Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more
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
If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!
Check out the July 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |