Forum Discussion
mrbartuss
Advocate II
1 year agoDynamic formatting isn't working as expected for data label details
I need to change the number format to show 'MM' for millions and 'M' for thousands (instead of the default 'M' and 'K'). To achieve this, I'm using the following dynamic format: VAR CurrentValue = ...
speedramps
Super User
1 year agoDo you know how to use calculation group?
You could use calculation group to format mesures with SELECTED(measures)
Lean how here
https://learn.microsoft.com/en-us/power-bi/transform-model/calculation-groups
mrbartuss
Advocate II
1 year agoAre you suggesting creating a calculation item with SELECTEDMEASURE() and applying the dynamic format to it? Wouldn't this format all measures the same way? How would it handle measures that should be formatted as percentages or other formats?