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
I have a dataset like below:|
| Project | Category | Rank |
| Proj1 | A | 1 |
| Proj1 | B | 2 |
| Proj1 | C | 3 |
| Proj2 | C | 1 |
| Proj2 | A | 2 |
| Proj2 | B | 3 |
I will need to put two Slicers:
Slicer 1: Project
Slicer 2 Category
I Will need to Sort the Category column by Rank column so the values in Category Slicer appear in correct order.
If Proj1 is selected the Category slicer order should be A , B, C.
If Proj2 is selected the Category slicer order should be C, A, B.
If I try to sort the Category by Rank column, I get an error since we have multiple Rank values for the same Category.
Solved! Go to Solution.
Hi @magji ,
The way I can think of is to split the table by project, create two slicers, and use the bookmark + button to control the visibility of the two slicers.
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data
Hi @magji ,
The way I can think of is to split the table by project, create two slicers, and use the bookmark + button to control the visibility of the two slicers.
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data
Hi,
I am not sure if I understood your question correctly, but please check the below picture and the attached pbix file.
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 |
|---|---|
| 29 | |
| 28 | |
| 27 | |
| 27 | |
| 19 |
| User | Count |
|---|---|
| 56 | |
| 47 | |
| 39 | |
| 28 | |
| 21 |