Forum Discussion
I_NeedMorePower
5 years agoHelper III
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...
- 5 years ago
Hi,
They are very small values. See if you can suppress them with the ROUND() function.
Ashish_Mathur
5 years agoSuper User
Hi,
They are very small values. See if you can suppress them with the ROUND() function.
- I_NeedMorePower5 years agoHelper III
Thank you Ashish_Mathur ! it did the trick!
But I need to make sure if the cause was very small values
Anyway thanks again! 🙂