Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
I Have a table where there is a column with Delay of Payment days. I want to filter this Column and get the top 5 highest and the top 5 lowest number of the column. ( The table is big, it has approximately 15000 rows.)
Solved! Go to Solution.
It depends on what you want to do with the information. If its just for a table visualisation or similar then in the filter pane you can use a Top N filter and select whether to show the top or bottom rows.
If you need to perform calculations on just the top and bottom people, in DAX you can use TOPN.
It depends on what you want to do with the information. If its just for a table visualisation or similar then in the filter pane you can use a Top N filter and select whether to show the top or bottom rows.
If you need to perform calculations on just the top and bottom people, in DAX you can use TOPN.
User | Count |
---|---|
16 | |
14 | |
13 | |
12 | |
11 |
User | Count |
---|---|
19 | |
16 | |
15 | |
11 | |
9 |