Power Query - Filter Nested Table Before Expanding

In this video i show you how to filter a nested table before expanding. The conventional method is to expand first then filter using the Power Query UI but this slows down your queries especially on big workbooks.
#data #dataanalytics #powerquery #powerbi #excel #exceltutorial
links
Power Query example files
github.com/jbotes/powerbiTuto...
Source files in folder
github.com/jbotes/powerbiTuto...
github.com/jbotes/powerbiTuto...
github.com/jbotes/powerbiTuto...
github.com/jbotes/powerbiTuto...
M Query documentation
learn.microsoft.com/en-us/pow...
learn.microsoft.com/en-us/pow...
learn.microsoft.com/en-us/pow...
my site
www.basensei.com
my linked in page
/ james-botes-basensei

Пікірлер: 10

  • @mnowako
    @mnowako2 ай бұрын

    Awesome! Thank you!

  • @patrickyoung2106
    @patrickyoung2106 Жыл бұрын

    Lock it in!

  • @RonDavidowicz
    @RonDavidowicz Жыл бұрын

    Excellent video. Question: what’s the advantage of this method vs the conventional method?

  • @basensei8699

    @basensei8699

    Жыл бұрын

    Hey Ron! the conventional method when you expand first then apply the filter will slow down your queries quite a bit especially when the workbooks are massive (MB wise). So with this approach you kind of side step that issue. I by default apply the method in this video to all my queries when reading workbooks from folders.

  • @thebhaskarjoshi
    @thebhaskarjoshi5 ай бұрын

    => 4:38 I've noticed writing you =true for List.Contains function in many vidoes. If we just put "value" as any that we want to find in the second parameter, that would still work.

  • @basensei8699

    @basensei8699

    5 ай бұрын

    that's awesome! i didn't know that :)

  • @blairhall8379
    @blairhall83796 ай бұрын

    Is this possible using Table.TransformColumns instead of AddColumn, so there's not an extra clean-up step?

  • @basensei8699

    @basensei8699

    6 ай бұрын

    yes indeed

  • @user-jk2uj4el5l
    @user-jk2uj4el5l8 ай бұрын

    Hi! I have an question about the file format. I am getting data from Oracle database, that is massive data and I am working with Power BI, so my source file is (Pbix). Is power bi format supported for this kind of filtering before expanding?! I should mention that I should filter before expanding, because I have lots of nested tables. You are using Excel file, so are using Excel wookbook formula, but my file is Power BI. Please, guide me through this process.

  • @SamehRSameh
    @SamehRSameh4 ай бұрын

    How can I do full outer join without duplicate ??