Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
RdgBrito
Frequent 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:

RdgBrito_0-1610142648134.png

All other values are ok in the visual, only the (Zero) is showing wrong.

 

The issue happens in the Power BI Desktop and service.

 

Any Idea how to solve it?

2 ACCEPTED SOLUTIONS
Ashish_Mathur
Super User
Super User

Hi,

You may want to use the ROUND() function to get that small number to become a perfect 0.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

View solution in original post

v-yingjl
Community Support
Community Support

Hi @RdgBrito ,

Seems like your data type is decimal number, you can change it to fixed decimal number type to check:

number type.png

fixed number.png

 

Best Regards,
Community Support Team _ Yingjie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

4 REPLIES 4
RdgBrito
Frequent 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.

PowerBI_Solved.png

v-yingjl
Community Support
Community Support

Hi @RdgBrito ,

Seems like your data type is decimal number, you can change it to fixed decimal number type to check:

number type.png

fixed number.png

 

Best Regards,
Community Support Team _ Yingjie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Ashish_Mathur
Super User
Super User

Hi,

You may want to use the ROUND() function to get that small number to become a perfect 0.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/
OwenAuger
Super User
Super User

Hi @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:

  1. 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)
  2. On the Waterfall visual, Format Pane > Data Labels:
    Display units = None
    Value decimal places = Auto

Regards,

Owen


Owen Auger
Did I answer your question? Mark my post as a solution!
Blog
Twitter
LinkedIn

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors