The TRUTH about Filter - Advanced filter techniques in Excel and Power Query

The TRUTH about Filter - Advanced filter techniques in Excel and Power Query

Excel Off The Grid

4 месяца назад

13,717 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@mohsenabdelbaset
@mohsenabdelbaset - 20.02.2025 12:28

Thanks Mark very useful.

Ответить
@mariakatsikani2799
@mariakatsikani2799 - 06.02.2025 22:12

I am using vstack and filter function ( vstack 2 filtered datasets). The data has numbers, names, dates, etc. the data, even though i press right click and format cells, does not show as numbers, dates,etc and i can not use manually filters on my columns. What can i do in order to make vstack work for me and have the right formats? I am using regular excel without power querries. Thank you❤

Ответить
@huseyinburaktasci
@huseyinburaktasci - 22.01.2025 13:00

Excellent demonstration! Very useful to see the same technique in both Excel and Power Query! - Thank you Mark!

Ответить
@TimEllisWW
@TimEllisWW - 22.01.2025 02:34

Fantastic, short video very clear explanation, thanks.

Ответить
@ziggle314
@ziggle314 - 21.01.2025 05:31

Great exposition. Thanks Mark!

Ответить
@zahoorsarbandi2982
@zahoorsarbandi2982 - 20.01.2025 22:15

absolutely amazing... Thank you sir for sharing such a wonderful information

Ответить
@sue_bayes
@sue_bayes - 20.01.2025 14:34

Really useful to see the different methods in Excel and Power Query, wouldn't it be nice if the order was the same with the code).

Ответить
@omarnader776
@omarnader776 - 19.01.2025 22:24

Hi Mark ❤
Is there any solution to share a workbook has a pivot table
As I tried a lot but everytime a message unable to share because the sheet has a table or mxl map

Ответить
@Luciano_mp
@Luciano_mp - 18.01.2025 19:33

Amazing. Thank you very much!

Ответить
@danielgoncalveslima9350
@danielgoncalveslima9350 - 18.01.2025 18:20

At my work, we have Excel 2016, so the easiest option is because using Table.Join works very well for filtering data as well. The second option would be VLOOKUP using arrays or helper columns. For practicality and maintenance, PQ wins this case without discussion

Ответить
@mghayadar
@mghayadar - 18.01.2025 13:38

wow. 🥰😍

Ответить
@vsrinivasan574
@vsrinivasan574 - 17.01.2025 17:52

"Absolutely amazing! I can't express my gratitude enough. Such an enlightening experience! Thanks to you, we've undergone an incredible transformation."

Ответить
@waitplanwp4129
@waitplanwp4129 - 17.01.2025 16:00

Amazing video Mark, so love your work and your professionalism, you are just a person easy to fall in love with!

This is the solution for LAMBDA:

=LAMBDA(data_range, column_range, search_text,
FILTER(data_range,ISNUMBER(SEARCH(search_text,column_range)))
)

FORMULA:
=FilterBySearch(A4:C19,A4:A19,E4)

Ответить
@vadimcherepanov3339
@vadimcherepanov3339 - 17.01.2025 00:43

Actually first time u filter even earlier on the server side when querying data from data source e.g in sql query in the pq connection settings

Ответить
@crabby786
@crabby786 - 16.01.2025 23:22

i love this channel

Ответить
@TariqAli-ro4ko
@TariqAli-ro4ko - 16.01.2025 19:48

Very interesting! Thanks

Ответить
@JoseAntonioMorato
@JoseAntonioMorato - 16.01.2025 16:16

Dear Mark,
I have added, to your formulas in Excel, instructions for the name and region data to be sorted in ascending order, the values in descending order and, in case of a blank cell, all the data to be displayed and sorted in the order cited:
=SORT(FILTER(Example1,ISNUMBER(SEARCH(String[@String],Example1[Item]))),{1,2,3},{1;1;-1}) - Example 1
=SORT(FILTER(Example2,ISNUMBER(XMATCH(Example2[Item],List[List])),Example2),{1,2,3},{1;1;-1}) - Example 2
=SORT(FILTER(Example3,(Example3[Item]=Show[@Show])+ISBLANK(Show[@Show])),{1,2,3},{1;1;-1}) - Example 3
I hope you like it. 🤗

Ответить
@kebincui
@kebincui - 16.01.2025 15:54

Happy new year Mark. Excellent video as always. In particular this one helps us to understand better the work mechanism of filters in Excel and PQ. Thanks again for your awesome work 👍❤.

Ответить
@chrism9037
@chrism9037 - 16.01.2025 14:57

Epic, thanks Mark!

Ответить
@GeertDelmulle
@GeertDelmulle - 16.01.2025 14:49

I use both but I find PQ-M more straightforward and thus more intuitive to use, also in no small part because of the Excel naming convention.
Thanks for the video; Mark.

Ответить
@tyjulianks
@tyjulianks - 16.01.2025 14:48

Without the CHOOSECOLS function, is there another solution to get the Non-Adjacent Columns with FILTER?

Ответить
@IvanCortinas_ES
@IvanCortinas_ES - 16.01.2025 13:40

Excellent comparison between Excel and Power Query. I think it's a very interesting way to get familiar with Power Query, because when you see it like this, a person understands the logic. Thanks for the tutorial, Mark.

Ответить