Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi,
I am unable to select multiple option in slicer. Can someone help me in resolving multi select error while selecting slicer.
I am not sure how to use All selected here. Below is the DAX for reference. Can someone help
Solved! Go to Solution.
@Ashish9201 , Try like
ARPE Tiers Filter =
VAR CurrentSelection = values( 'ARPE Tiers'[ARPE Tiers] )
VAR CurrentStatus = msdyn_timeentry[ARPE Tiers]
RETURN
SWITCH (
TRUE (),
CurrentStatus in CurrentSelection = , 1,
"All" in CurrentSelection , 1,
0)
@Ashish9201 , Try like
ARPE Tiers Filter =
VAR CurrentSelection = values( 'ARPE Tiers'[ARPE Tiers] )
VAR CurrentStatus = msdyn_timeentry[ARPE Tiers]
RETURN
SWITCH (
TRUE (),
CurrentStatus in CurrentSelection = , 1,
"All" in CurrentSelection , 1,
0)
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 103 | |
| 81 | |
| 65 | |
| 50 | |
| 45 |