Get only the rows you need in Power Query from your files.

  Рет қаралды 46,541

Curbal

Curbal

Күн бұрын

In today's video I will show you how to find the rows you need and import those instead of importing everything and then filtering them.
Chapters:
00:00 Explain use case
00:40 Import only rows that contain a word
02:20 Get rid of tables that do not contain our word
03:10 Find words on only one column of the table
Here you can download all the pbix files: curbal.com/donwload-center
SUBSCRIBE to learn more about Power and Excel BI!
/ @curbalen
Our PLAYLISTS:
- Join our DAX Fridays! Series: goo.gl/FtUWUX
- Power BI dashboards for beginners: goo.gl/9YzyDP
- Power BI Tips & Tricks: goo.gl/H6kUbP
- Power Bi and Google Analytics: goo.gl/ZNsY8l
☼☼☼☼☼☼☼☼☼☼
POWER BI COURSES:
Want to learn Power BI? How about you take one of our courses? Here you can find the available courses:
curbal.com/courses-overview
☼☼☼☼☼☼☼☼☼☼
ABOUT CURBAL:
Website: www.curbal.com
Contact us: www.curbal.com/contact
▼▼▼▼▼▼▼▼▼▼
If you feel that any of the videos, downloads, blog posts that I have created have been useful to you and you want to help me keep on going, here you can do a small donation to support my work and keep the channel running:
curbal.com/product/sponsor-me
Many thanks in advance!
▲▲▲▲▲▲▲▲▲▲
************
************
QUESTIONS? COMMENTS? SUGGESTIONS? You’ll find me here:
Linkedin ► goo.gl/3VW6Ky
Twitter ► @curbalen, @ruthpozuelo
Facebook ► goo.gl/bME2sB
#CURBAL #SUBSCRIBE

Пікірлер: 53
@srikanthp1643
@srikanthp1643 2 жыл бұрын
It's completely advanced especially the way of explaining thank you.
@sukoi2113
@sukoi2113 2 жыл бұрын
Way smarter..i like such magical operation. Thanks a ton.
@thegrilow
@thegrilow 2 жыл бұрын
Thank You Ruth!! You´re awesome!
@AprendaWell
@AprendaWell 2 жыл бұрын
Thx for sharing Ruth... It's simple amazing
@Maartenmarsje
@Maartenmarsje 2 жыл бұрын
Great video Ruth! Thanks
@MartinKuzmicz
@MartinKuzmicz 2 жыл бұрын
Great video. Thanks.
@srinivaskundan7031
@srinivaskundan7031 2 жыл бұрын
Hey Ruth, I'm very much inspired with you videos. Can you make a video on showing no of days spent in a project on a Monthly basis split
@EricaDyson
@EricaDyson 2 жыл бұрын
Hi Ruth... been off line for a while. so nice to check back in for more helpful PQ stuff. Thanks so much.
@CurbalEN
@CurbalEN 2 жыл бұрын
Hi Erica, hope everything is well with you and welcome back!
@HachiAdachi
@HachiAdachi 2 жыл бұрын
(M)agic Tuesday! 😉 Bunch of useful stuff here! Thanks, Ruth!
@CurbalEN
@CurbalEN 2 жыл бұрын
😇
@emmafeng55
@emmafeng55 2 жыл бұрын
Nice tool! Thanks Ruth! 🥰
@CurbalEN
@CurbalEN 2 жыл бұрын
My pleasure 💛
@vida1719
@vida1719 2 жыл бұрын
Yes, it was useful to know this function
@CurbalEN
@CurbalEN 2 жыл бұрын
Fab 🥳
@singhalmonica
@singhalmonica 2 жыл бұрын
Thanks for valuable info. Pls guide me what to do if our txt is not always in any perticular column.
@suneel3011981
@suneel3011981 2 жыл бұрын
Hi Ruth, Could you please help on how to filter data at source, i mean before loading to the power query editior . If source has got millions of data , then i need to filter at source with certain date and text conditions
@nyahmusic
@nyahmusic 2 жыл бұрын
So would this be a lot more processor efficient than loading the tables and then applying a filter? It seems that the query is still having a search through the entire table before loading it, but this would be a faster approach?
@sauabhyankar
@sauabhyankar 2 жыл бұрын
It still searches through the entire table. Is the understanding correct ?
@CurbalEN
@CurbalEN 2 жыл бұрын
It has to, to find all the matches.
@andreslonardi5401
@andreslonardi5401 2 жыл бұрын
Hello Ruth. In the latest versions of Power BI, it stopped showing data while loading. Are there any new settings to enable the display of data loading from Power Query to Power BI ?. Thank you!!
@hugomancera9330
@hugomancera9330 2 жыл бұрын
Hey Ruth, I love this approach, I just have one quick question and on how to do it!! Can we use a view that is coming from SQL or snowflake and how? Thanks!!!
@hugomancera9330
@hugomancera9330 2 жыл бұрын
omg!! hahaha I just try it and worked!!! I did it based of a snowflake view.. Thanks Ruth, this works like a charm!!!
@lucassardo
@lucassardo 2 жыл бұрын
Hi Ruth, really nice video, just a question, how this works in terms of performance with big amount of data ? thanks
@CurbalEN
@CurbalEN 2 жыл бұрын
Power query is not the best technology for big data, use live or direct query instead or if you have the 💰 hybrid tables.
@smartwork4768
@smartwork4768 2 жыл бұрын
Hello Mem, I never miss your any of the videos and you are absolutely amazing in this. Well, i have one query if you could guide me here, - Let's say i have load query from folder and i have multiple files available in that folder belongs to every month sales and let's say i have built one report and loaded in excel using power query. - Now after deleting a few files from folder, how could i keep old file data in excel where i have loaded the query besides that file get removed from folder? - as we know after refracing of query it would load fresh data only in model. basically, i want to preserve old data also in my excel where i have load the query. Thanking you in advance.
@alexkim7270
@alexkim7270 2 жыл бұрын
Hey Ruth this is great. Just a question, do you know of a way where I can find text length on only one column to return? So instead of filtering "golf", I want to filter text length = 4.
@CurbalEN
@CurbalEN 2 жыл бұрын
The docs say that you can only put text , but sometimes it allows an expression, try it!
@alexkim7270
@alexkim7270 2 жыл бұрын
@@CurbalEN meanwhile I also found something else I can do, which is Table.SelectRows. It's a completely different approach to what you're sharing but hey, your video led me to the right solution. So HUUUUGE thank you for that, Ruth.
@CurbalEN
@CurbalEN 2 жыл бұрын
🥳🥳🥳
@gakobok626
@gakobok626 2 жыл бұрын
The crop on the video made it a little hard to see the entire screen especially the formula bar...but it makes a report I had to do today so much easier next time 👍🏾 thanks.
@CurbalEN
@CurbalEN 2 жыл бұрын
Sorry I thought you could see the formula bar at all times :(
@mikelast8468
@mikelast8468 2 жыл бұрын
Can you tell that this approach works faster compared to just filtering the data that you need with filter step in PQ?
@CurbalEN
@CurbalEN 2 жыл бұрын
Probably it won’t be faster as it looks on all columns for the word, by test to be sure.
@HEMENDRAPARIDA
@HEMENDRAPARIDA Жыл бұрын
How can I select on a specific tab/sheet from a large file with many sheets
@nyahmusic
@nyahmusic 2 жыл бұрын
So this would be more processor or time efficient than loading all the tables and filtering down correct?
@CurbalEN
@CurbalEN 2 жыл бұрын
Maybe, performance is dependent on many variables. Do it and test it to be sure.
@gildasmadore8761
@gildasmadore8761 2 жыл бұрын
@@CurbalEN Hi Ruth, thanks for this video. I have to test the performance.
@CurbalEN
@CurbalEN 2 жыл бұрын
Let us know!
@pythonking1705
@pythonking1705 2 жыл бұрын
you are the best ;) but i have a question how can i have just power Query VIDEOS in your channel ?? THANK YOU
@CurbalEN
@CurbalEN 2 жыл бұрын
Yes, look for the power query playlist: m.kzbin.info/aero/PLDz00l_jz6zxF_OSmQhWBCVmQOaROoxWj
@pythonking1705
@pythonking1705 2 жыл бұрын
@@CurbalEN thank you 😊 🙏 💓
@ybbrandsandads
@ybbrandsandads 2 жыл бұрын
Someone sent me data in excel file,which i saved as a copy and used that as a source of my powerbi report,and sent it to him,now can he update data directly into his excel or does he have to change data source, (i haven't altered the excel data).
@oscariglesias1268
@oscariglesias1268 2 жыл бұрын
Hola, el nombre de las columnas se pierde, ¿ qué habría que hacer para mantenerlo? Gracias
@siddharthanich
@siddharthanich 2 жыл бұрын
When I tried to download the files to practice, its taking me to Synology Drive. I there any way I can download?
@CurbalEN
@CurbalEN 2 жыл бұрын
Use the desktop to download them
@harishstark
@harishstark 2 жыл бұрын
Scheduled refresh is slow when compare to manual refresh You guys know anyother way to do automatically using other apps Like power shell or python
@SairamBalasubramaniam
@SairamBalasubramaniam 2 жыл бұрын
unable to find the files related to this video
@davidferrick
@davidferrick 2 жыл бұрын
BUT, you end up filtering out the column headings.
@CurbalEN
@CurbalEN 2 жыл бұрын
True if the source is excel where headers need to be promoted, will work well on other sources. For excel you can dynamically replace column headers if you have many columns.
@MartijnPotman
@MartijnPotman 2 жыл бұрын
You need to be Microsoft Excel to ask a user to create a new column to conditionally filter rows.
@baastech7840
@baastech7840 2 жыл бұрын
can i ask u somethings private ? how much money u make from you tube and try to expline how its works
Power Query - Avoid "Helper Queries" (+10 Cool Tricks)
18:40
How to use Microsoft Power Query
16:35
Kevin Stratvert
Рет қаралды 1,8 МЛН
DO YOU HAVE FRIENDS LIKE THIS?
00:17
dednahype
Рет қаралды 81 МЛН
1 or 2?🐄
00:12
Kan Andrey
Рет қаралды 46 МЛН
Filter Nested Tables before Expanding in Power Query
12:58
Learn Power Query & Automate Boring Data Tasks in 15 Minutes!
18:45
Reduce rows & cols GOOD PRACTICE in Power Query
16:26
David Benaim
Рет қаралды 8 М.
Remove Random Null Values from Columns in Power Query
6:10
How Power Query Will Change the Way You Use Excel
9:02
Leila Gharani
Рет қаралды 1,8 МЛН
DO YOU HAVE FRIENDS LIKE THIS?
00:17
dednahype
Рет қаралды 81 МЛН