Forum Discussion
iBusinessBI
3 years agoKudo Collector
Dynamic Format Data Labels not working in charts
I've created a measure with dynamic format (April 2023 version) It is working fine in matrix but when I put it in a chart (bar/line) - it is not working. (I try to change "Display Units" from "Auto"...
SuhasiniM
2 years agoMicrosoft Employee
Hi Team,
I am also facing same issue after using dynamic number format Data Lables are not working in y-axis,I have changed the Dispaly Units to None ,still its not working,
Dynamic Format:
VAR _locale =
SELECTEDVALUE ( Locale[Locale] )
RETURN
"'"
& FORMAT (
SELECTEDMEASURE (),"#,##0.00",_locale
) & "'"
Please help on this.
Thanks and Regards
Suhasini G Metri
SuhasiniM
2 years agoMicrosoft Employee
Any update on the above error?