Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
Hi Team,
Kindly let me know the idea to sort the Top15 and Others . "Others" to displayed at the last i have attached an image for your reference
Output should be displayed as below image
Thanks,
gladis
Solved! Go to Solution.
Hi @gladies123,
I think you can try to add a calculated column to your table to rank and remark your records. You can add if statement on it to filter the rank if it is large than 15 and replace them as others. (rank <= 15, return 'original category name', rank > 15, return 'others')
If the above does not help, can you please share a pbix or some dummy data that keep raw data structure with expected results? they will help us clarify your scenario and test to coding formula.
How to Get Your Question Answered Quickly
Regards,
Xiaoxin Sheng
Hi @gladies123,
I think you can try to add a calculated column to your table to rank and remark your records. You can add if statement on it to filter the rank if it is large than 15 and replace them as others. (rank <= 15, return 'original category name', rank > 15, return 'others')
If the above does not help, can you please share a pbix or some dummy data that keep raw data structure with expected results? they will help us clarify your scenario and test to coding formula.
How to Get Your Question Answered Quickly
Regards,
Xiaoxin Sheng
@gladies123 , For TOPN +others you can refer this
- https://www.youtube.com/watch?v=UAnylK9bm1I
For other to be at bottom, you need create a sort order and mark that the sort column
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 26 | |
| 23 | |
| 19 | |
| 18 | |
| 15 |
| User | Count |
|---|---|
| 46 | |
| 46 | |
| 43 | |
| 36 | |
| 31 |