Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
mazwro
Helper II
Helper II

How to force multi select on a slicer

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.

1 ACCEPTED SOLUTION
DataNinja777
Super User
Super User

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,

View solution in original post

2 REPLIES 2
mazwro
Helper II
Helper II

this did the trick. So simple 🙂

DataNinja777
Super User
Super User

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,

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors