Forum Discussion

aakgun's avatar
aakgun
Frequent Visitor
10 years ago
Solved

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.   ...
  • Eric_Zhang's avatar
    Eric_Zhang
    10 years ago

    aakgun

    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])&"")