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
Hello there,
Is there a way to custom this Horizontal Slicer? cos i want it to sort by the value of MCI count below.
Thank you.
| Senior_VP | MCI Count |
| Aaron | 1 |
| Amanda | |
| Balaji | |
| Christine | |
| Christopher 1 | |
| Christopher 2 | |
| Duane | |
| Gregg | |
| James | 9 |
| Jennifer 1 | |
| Jennifer 2 | |
| Jordan | |
| Joshua | |
| Juliette | |
| Maria | 1 |
| Mike | |
| Muhammad | |
| Ramiya | 3 |
| Sharon | |
| Srikanth | |
| Susan | |
| Trung | |
| Usman | |
| Vivek |
Solved! Go to Solution.
Hi @Marcky ,
Accoridng to your statement, you want to sort [Senior _VP] by [MCI Count]. As far as I know, Power BI supports us to sort one column by another column.
For reference:
Sort one column by another column in Power BI
So, firstly, please make sure [MCI Count] is a column instead of a measure. Then in your sample, I find that there are duplicate counts for different [Senior _VP], like Aaron count =1,Maria count =1.
Duplicates will confuse Power BI and then sort will return error. If the count for [Senior _VP] are all different and [MCI Count] is a column , it will work.
Note: Calculated column may cause this function return a circule error. It is better for you to create a custom column in Power Query Editor.
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Marcky ,
Accoridng to your statement, you want to sort [Senior _VP] by [MCI Count]. As far as I know, Power BI supports us to sort one column by another column.
For reference:
Sort one column by another column in Power BI
So, firstly, please make sure [MCI Count] is a column instead of a measure. Then in your sample, I find that there are duplicate counts for different [Senior _VP], like Aaron count =1,Maria count =1.
Duplicates will confuse Power BI and then sort will return error. If the count for [Senior _VP] are all different and [MCI Count] is a column , it will work.
Note: Calculated column may cause this function return a circule error. It is better for you to create a custom column in Power Query Editor.
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
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 |
|---|---|
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 |