The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 |
---|---|
25 | |
12 | |
8 | |
8 | |
7 |
User | Count |
---|---|
27 | |
12 | |
12 | |
12 | |
6 |