Forum Discussion
Markzolotoy
3 years agoImpactful Individual
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.0...
Markzolotoy
3 years agoImpactful Individual
Greg_Deckler I see what's going on. I am using 100% stacked chart. If I use a stacked chart then it's not happening.