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 - thank you in advance.
I want to use the Card visualization to show the result of my filter. The issue I have is that when I choose All in the filter the Card visualization defaults to the first selection of the field. How can I make the Card say "All"
Example:
Filter = All
Card = Braves <- I want this to say "All"
Filter = New York
Card = Yankees
etc
Thank you
Solved! Go to Solution.
Measure for Card = if( HASONEVALUE( Slicer[City] ), VALUES( Slicer[City] ), if( ISFILTERED( Slicer ), "Many Cities Selected", "All Cities" ) )
Best
Darek
Measure for Card = if( HASONEVALUE( Slicer[City] ), VALUES( Slicer[City] ), if( ISFILTERED( Slicer ), "Many Cities Selected", "All Cities" ) )
Best
Darek
User | Count |
---|---|
10 | |
9 | |
6 | |
6 | |
5 |
User | Count |
---|---|
21 | |
14 | |
14 | |
9 | |
7 |