Forum Discussion
hucodaal
2 years agoNew Member
Reference labels formatting issues
I'm trying the new feature reference labels of the new card KPI visual. I encounter multiple issues: 1. Choosing the right display units The values in the reference labels do not respond to the ...
pwolff86
2 years agoRegular Visitor
Having the same issue as you.
In the meantime while Microsoft fixes this bug, you can wrap the reference label measure in a FORMAT function like this, which led to the correct auto formatting in terms of display units and decimal places in my case:
FORMAT (
CALCULATE (
[measureToBeFormatted]
), "#"
)