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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello, I'm trying to write a DAX measure that will assist the report user in understanding what has been selected on a slicer. I would like the DAX measure to return 1 of 4 possible conditions:
If all slicer options are selected, return "All selected"
If no slicer options are selected, return "Make a selection"
If one slicer option is selected, return "One selected"
If more than one (but not all) options are selected, return "Multiple selected"
I've tried to get there with a combination of IF statements, SELECTEDVALUE, ISFILTERED, HASONEVALUE, etc. but can't get the logic to work right.
Thank you!
Thank you very much - this was very helpful!
@mstone3 See if this helps: The Most Amazing, Mind Blowing Dynamic Slicer Titl... - Microsoft Power BI Community
Thank you - this was very helpful!
User | Count |
---|---|
14 | |
10 | |
7 | |
6 | |
5 |
User | Count |
---|---|
30 | |
19 | |
12 | |
7 | |
5 |