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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
I need help in creating a dax measure that changes the text on a card when more than one slicer is filtered.
i have 3 slicers:
slicer A
slicer B
slicer C
I want the text to change from Selected Category X to "selected Values" when more than one slicer is filtered.
the dax I have below only works for one or more values selected in the same slicer.
if(isfiltered('Table1'[A]), (if(DISTINCTCOUNT('Table1'[A])=1, SELECTEDVALUE('Table1'[A]), "Selected Category A"), if(isfiltered('Table1'[B]), (if(DISTINCTCOUNT('Table1'[B])=1, SELECTEDVALUE('Table1'[B]), "Selected Category B"),
if(isfiltered('Table1'[B]), (if(DISTINCTCOUNT('Table1'[B])=1, SELECTEDVALUE('Table1'[C]), "Selected Category C")
@hellojb The Most Amazing, Mind Blowing Dynamic Slicer Titl... - Microsoft Power BI Community
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.