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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
Markzolotoy
Impactful Individual
Impactful Individual

Stacked chart - always show zeros

Let's say I have a stacked chart that shows two categories. When one category's value is zero it is not shown in the chart. Can I enforce it to show all the time?

 

Thanks

7 REPLIES 7
Markzolotoy
Impactful Individual
Impactful Individual

@serpiva64 Ah, I see it now. You are applying it to the Y axis. But for me it is available for X axis.

Markzolotoy
Impactful Individual
Impactful Individual

@serpiva64 I dont see that option. The value is shown as Sum. Is that he reason?

serpiva64
Solution Sage
Solution Sage

Hi,

have you tried to "show items with no data"?

serpiva64_0-1671793541962.png

 

ouaelaam
Resolver I
Resolver I

You can use a measure like this :
IF(

ISBLANK( [Value] ),0,
[Value]
)

@ouaelaam The value is not really blank, it is numeric zero.

You can try to replace 0 with a very small value like 0.00001.

@ouaelaam Nope.

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors