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]
), "#"
)
siddharthaR21
2 years agoRegular Visitor
Just noticed this, the formatting option is present inside the [Reference labels] setting as well!
In the [Detail] or [Value] options of the [Rreference label], in [Display units] dropdown you can use the "Custom" option at the end to define the formatting required.
But wierd why the formatting is not automatically detected.
- Boegebjerg2 years agoFrequent Visitor
Excellent find.
However, the formating on some measures seems to be locked for me, even with the custom settings. It is a bit random, and still an issue.