Forum Discussion

Markzolotoy's avatar
Markzolotoy
Impactful Individual
3 years ago

Format measure

I have this measure:

UsedPercent = ROUND(DIVIDE(SUM(Summaries[UsedAmount]) * 100, [ArchiveTotal]), 0). The format is Whole Number and a number of decimals is zero. On the chat it is shown as 90.00%. How can I get rid of zeroes and show 90%?
 
Thanks