Forum Discussion
aakgun
10 years agoFrequent Visitor
Dynamic Formatting Measure numerical values
I need a workaround for my Measure values. I have percentage and decimal values for my meaure. For percentage ones, I need to display it as formatting "25 % " not like 0.25 or anythig like that. ...
- 10 years ago
If your scenario is not as I thought in below case, please be more specific.
Measure = IF(LASTNONBLANK(Table1[MyField],1)="BLABLA Percentage %",AVERAGE(Table1[value])*100&"%",SUM(Table1[value])&"")
RafalK
6 years agoAdvocate IV
Hi - you can also do this with dynamic formatting
Here is a tutorial: