Forum Discussion
Remove automatic scaling from cards with measured values
- 29 days ago
Hi galaxyWalker
Navigate to Callout option. Select the measure you are using for the Card visual. Go to Values, there you can see 'Display Units' option where you can change it to None and you will see the full value
Last week I also has faced this situation.
https://learn.microsoft.com/en-in/power-bi/visuals/power-bi-visualization-card
Hi galaxyWalker,
The auto scaling on the new Card visual comes from the measure's format string, not from the visual formatting pane. Setting Display units inside the visual will not stick if the measure itself does not carry an explicit format.
Click the measure in the Data pane, go to the Measure tools ribbon at the top, and set Format to Whole Number (or type #,##0 in the format field). Once each of the four measures has an explicit format, the card will show 1,933 instead of 2K.
If the visual still shows the scaled value after that, remove the field from the card and drag it back in to force a refresh.
If this helped, a thumbs up and marking it as the solution would be appreciated.
Best,
Shai Karmani
- galaxyWalker29 days agoNew Member
Hi Shai_Karmani thank you for the quick reply. Unfortuantely, the measure was already set to Whole Number. I deleted the card and re-added it after confirming the formatting. It still shows 2k.
Sharing a screenshot. This is what you meant, right?
Edit to add: if I switch to a table, it shows the full number as expected. Not sure if that's relevant