This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowJuly 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is 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.
If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!
Check out the July 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 25 | |
| 23 | |
| 19 | |
| 17 | |
| 14 |
| User | Count |
|---|---|
| 25 | |
| 23 | |
| 20 | |
| 20 | |
| 19 |