Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello,
I am trying to create custom slicers that allow me to select a "category" instead of a cell value.
This is what I have currently:
| a | b | c |
| a1 | b1 | c1 |
| a2 | b2 | c2 |
| a3 | b3 | c3 |
| a4 | b4 | c4 |
| a5 | b5 | c5 |
| a6 | b6 | c6 |
Suppose b1, b2, b5 belong to "Category 1", b3 and b6 belong to "Category 2", and b4 is "Category 3". I want to create a slicer that has 3 options: Categories 1, 2, and 3, such that it filters my table based on the selected category/categories.
For example, if I select Category 1, the output should be:
| a | b | c |
| a1 | b1 | c1 |
| a2 | b2 | c2 |
| a5 | b5 | c5 |
How can I achieve this?
Thank you. Really appreciate your help!
Solved! Go to Solution.
hello @Anonymous
please check if this accomodate your need.
1. create a calculated column for categories.
2. plot your data in table visual and the category column in slicer.
Hope this will help you.
Thank you.
hello @Anonymous
please check if this accomodate your need.
1. create a calculated column for categories.
2. plot your data in table visual and the category column in slicer.
Hope this will help you.
Thank you.
Yes, this worked perfect. Thank you so much!
hello @Anonymous
glad to be a help.
Thank you.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 5 | |
| 5 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 16 | |
| 8 | |
| 7 | |
| 7 |