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
I have a slicer with values
A, B, C, D, E
Users can select one or multiple from the dropdown.
Is there a way to set up the slicers so that users can pick A,B,C as normal, but when they click on D, automatically E is selected as well?
So there is no way to choose D without E.
Solved! Go to Solution.
Hi @mazwro ,
This is a very primitive solution but what about creating a calculated column as follows and use that as a slicer?
| A | A |
| B | B |
| C | C |
| D | D & E |
| E | D & E |
Best regards,
this did the trick. So simple 🙂
Hi @mazwro ,
This is a very primitive solution but what about creating a calculated column as follows and use that as a slicer?
| A | A |
| B | B |
| C | C |
| D | D & E |
| E | D & E |
Best regards,
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.