Forum Discussion
RdgBrito
5 years agoFrequent Visitor
Waterfall chart shows wrong values for 0.
In the waterfall chart visual, my 0 number it's showing weird in the visual, but when we look for the values in the "show as table" the value in the table are correct as you can see below: All...
- 5 years ago
Hi,
You may want to use the ROUND() function to get that small number to become a perfect 0.
RdgBrito
5 years agoFrequent Visitor
Thanks all for the help, in fact I used 2 solutions combined to solve the issue. I'm using the Decimal type - because is a measure and I can't found how to change the data type - solution by v-yingjl and also the ROUND function from Ashish_Mathur.
Thanks guys, my visual is good now.