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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Weijuan
Regular Visitor

How to show data of 0%

Wannta to show 0% in chart, Power Bi doesn't show data of 0%.

1111.JPG

 

 The chart didn't show data of wk23 and wk25 due to their data of 0%, just wannta to know how to show them in chart.

 

2222.JPG

Thanks~~

1 ACCEPTED SOLUTION
MFelix
Super User
Super User

Hi @Weijuan,

 

The question is not the 0% values is the blank values, when you have blank or null values the graphs and visuals by default don't consider those information, what you need to do is in your Query editor change the values from null/blank to 0 or if it's a calculated measure/column do a IF statement validating if result is null and the placing the 0%.

 

Check the two values images below:

graphs.pngTables.png

Regards,

MFelix

 


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



View solution in original post

2 REPLIES 2
MFelix
Super User
Super User

Hi @Weijuan,

 

The question is not the 0% values is the blank values, when you have blank or null values the graphs and visuals by default don't consider those information, what you need to do is in your Query editor change the values from null/blank to 0 or if it's a calculated measure/column do a IF statement validating if result is null and the placing the 0%.

 

Check the two values images below:

graphs.pngTables.png

Regards,

MFelix

 


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



Hi MFelix,

 

Many thanks for your help. I made it!

 

111.JPG

 

Cheers,

Weijuan

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.

Top Solution Authors