The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 |
---|---|
26 | |
12 | |
8 | |
8 | |
5 |
User | Count |
---|---|
28 | |
13 | |
12 | |
12 | |
6 |