Forum Discussion

I_NeedMorePower's avatar
I_NeedMorePower
Helper III
5 years ago
Solved

Zero Values Displaying Weird Value On Visuals

Hello power people! I'm facing a wierd bug here I believe. I have a measure that calculates balance of the transactions Here is the measure expression:   Balance = CALCULATE(SUM(TransTable[AMOU...
  • Ashish_Mathur's avatar
    5 years ago

    Hi,

    They are very small values.  See if you can suppress them with the ROUND() function.