Power Query - Filter Rows with Maximum N Values

preview_player
Показать описание
In this video I show you how to filter rows in a dataset with the maximum value & also rows with the Maximum N value if you'd like to return for example the top 5 rows in your datasets.

#dataanalytics #data #powerbi #powerbidesktop #powerquery #mquery #excel #maxvalue

File Link

MQuery Links
Рекомендации по теме
Комментарии
Автор

In 2016 excel version, this your syntex seems doesnt work. Do you know how to solve this.
= Table.SelectRows(Changed Type3, each [index]=List.Max(Changed Type3[index]))
Getting error of Expression.SyntaxError: Token Comma expected

avgstephen