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 nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
When using the card visual, if the measure is named "All" you cannot select it to change the display units off of default. Instead it will show two entries in the dropdown named "All" that behave as if it was the native PBI all option without display units as a selection. There is a workaround where you can change the name of the measure, change the display units, then change it back and the selection remains. Pretty annoying though when the team wants the displayed measure to be named "All".
Solved! Go to Solution.
Power BI has a built-in/reserved keyword or context item called "All" (related to the ALL() DAX function and the default "All" in some dropdowns/filters). When your measure is also named exactly "All", the UI gets confused and treats your measure as if it were the native "All" option in the display units dropdown. This results in:
It's a naming collision in the visual property pane.
Best short-term workaround (the one you mentioned)
Use a space or special character (most peopleโs preferred permanent fix) Rename the measure to one of these (they look almost identical to "All" in visuals):
Most teams accept "All " because it displays cleanly as "All" on the card.
Create a duplicate measure with a different name for formatting only
All Display = [All] // this one you actually use on the cardThen apply display units to "All Display" and hide the original "All" measure from the report view if you don't want it cluttering things.
Use Field formatting instead of the visual's Display units (Power BI Desktop / Service)
Hope this helps. if so please mark it as a solution. Kudos are welcome.
Hi @MNXDD ,
Thank you for reaching out to the Microsoft Community Forum.
Instead of using Card visual, better to use Advance card from custom visuals.
I tried to replicate with Advance card visual , it's working. It is showing the desired result.
I hope this information helps. Please do let us know if you have any further queries.
Regards,
Dinesh
Hi @MNXDD ,
Thank you for reaching out to the Microsoft Community Forum.
Instead of using Card visual, better to use Advance card from custom visuals.
I tried to replicate with Advance card visual , it's working. It is showing the desired result.
I hope this information helps. Please do let us know if you have any further queries.
Regards,
Dinesh
Hi @MNXDD ,
We havenโt heard from you on the last response and was just checking back to see if you have a resolution yet. And, if you have any further query do let us know.
Regards,
Dinesh
Hi @MNXDD ,
We havenโt heard from you on the last response and was just checking back to see if you have a resolution yet. And, if you have any further query do let us know.
Regards,
Dinesh
Power BI has a built-in/reserved keyword or context item called "All" (related to the ALL() DAX function and the default "All" in some dropdowns/filters). When your measure is also named exactly "All", the UI gets confused and treats your measure as if it were the native "All" option in the display units dropdown. This results in:
It's a naming collision in the visual property pane.
Best short-term workaround (the one you mentioned)
Use a space or special character (most peopleโs preferred permanent fix) Rename the measure to one of these (they look almost identical to "All" in visuals):
Most teams accept "All " because it displays cleanly as "All" on the card.
Create a duplicate measure with a different name for formatting only
All Display = [All] // this one you actually use on the cardThen apply display units to "All Display" and hide the original "All" measure from the report view if you don't want it cluttering things.
Use Field formatting instead of the visual's Display units (Power BI Desktop / Service)
Hope this helps. if so please mark it as a solution. Kudos are welcome.
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 23 | |
| 21 | |
| 20 | |
| 19 | |
| 13 |
| User | Count |
|---|---|
| 58 | |
| 52 | |
| 39 | |
| 31 | |
| 27 |