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.
OwenAuger
Super User
5 years agoHi RdgBrito
It looks like you may have to provide a custom number format for [AR Change Full Dynamic] to eliminate the E notation.
These steps worked in a test pbix at my end:
- Change the number format for [AR Change Full Dynamic] to #0,,.0M
(either on Column Tools or Measure Tools (as appropriate) on the ribbon, or on the Model View > Properties) - On the Waterfall visual, Format Pane > Data Labels:
Display units = None
Value decimal places = Auto
Regards,
Owen