Skip to main content
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Try your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now

Reply
MNXDD
New Member

Bug Report - Card Visual Display Units With Measure Named "All" - Workaround Included

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".

2 ACCEPTED SOLUTIONS
pcoley
Solution Sage
Solution Sage

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:

  • Two identical "All" entries appearing.
  • Your actual measure's display units settings being ignored.

It's a naming collision in the visual property pane.

Confirmed Workarounds (ranked by practicality)

  1. Best short-term workaround (the one you mentioned)

    • Temporarily rename the measure to something else (e.g. "All Measure" or "Total All").
    • Set the desired Display units (Thousands, Millions, etc.) and decimal places.
    • Rename it back to "All". The display units setting usually sticks even after renaming back.
  2. 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):

    • "All " (All with a trailing space)
    • "All." (All with a period)
    • "All_" (All with underscore)
    • "All-"

    Most teams accept "All " because it displays cleanly as "All" on the card.

  3. Create a duplicate measure with a different name for formatting only

    dax
     
    All Display = [All]   // this one you actually use on the card
     
     

    Then apply display units to "All Display" and hide the original "All" measure from the report view if you don't want it cluttering things.

  4. Use Field formatting instead of the visual's Display units (Power BI Desktop / Service)

    • Select the card visual โ†’ Format pane โ†’ Field formatting (or directly on the measure in the Fields pane).
    • Sometimes this bypasses the dropdown issue.

Hope this helps. if so please mark it as a solution. Kudos are welcome.

โœ…If I helped solve your problem, mark this post as a solution.
โœ… Kudos are Welcome! | AI assisted for clarity of wording. |

View solution in original post

v-dineshya
Community Support
Community Support

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.

 

vdineshya_0-1776842800218.png

 

I tried to replicate with Advance card visual , it's working. It is showing the desired result.

 

vdineshya_1-1776842903674.png

 

vdineshya_2-1776843037976.png

 

I hope this information helps. Please do let us know if you have any further queries.

 

Regards,

Dinesh

 

View solution in original post

4 REPLIES 4
v-dineshya
Community Support
Community Support

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.

 

vdineshya_0-1776842800218.png

 

I tried to replicate with Advance card visual , it's working. It is showing the desired result.

 

vdineshya_1-1776842903674.png

 

vdineshya_2-1776843037976.png

 

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

pcoley
Solution Sage
Solution Sage

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:

  • Two identical "All" entries appearing.
  • Your actual measure's display units settings being ignored.

It's a naming collision in the visual property pane.

Confirmed Workarounds (ranked by practicality)

  1. Best short-term workaround (the one you mentioned)

    • Temporarily rename the measure to something else (e.g. "All Measure" or "Total All").
    • Set the desired Display units (Thousands, Millions, etc.) and decimal places.
    • Rename it back to "All". The display units setting usually sticks even after renaming back.
  2. 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):

    • "All " (All with a trailing space)
    • "All." (All with a period)
    • "All_" (All with underscore)
    • "All-"

    Most teams accept "All " because it displays cleanly as "All" on the card.

  3. Create a duplicate measure with a different name for formatting only

    dax
     
    All Display = [All]   // this one you actually use on the card
     
     

    Then apply display units to "All Display" and hide the original "All" measure from the report view if you don't want it cluttering things.

  4. Use Field formatting instead of the visual's Display units (Power BI Desktop / Service)

    • Select the card visual โ†’ Format pane โ†’ Field formatting (or directly on the measure in the Fields pane).
    • Sometimes this bypasses the dropdown issue.

Hope this helps. if so please mark it as a solution. Kudos are welcome.

โœ…If I helped solve your problem, mark this post as a solution.
โœ… Kudos are Welcome! | AI assisted for clarity of wording. |

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.