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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

Remove Multiple Zero Bars from Stacked Column Chart

Snapshot.jpg

Hi All , 

Suggsets some way to to remove multiple $0 level bars , to show $0 value on  the Y- Axis. 

Thank You  

10 REPLIES 10
amitchandak
Super User
Super User

In visual level filter, you should able filter measure value >0

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Osmanakgunduz
Helper I
Helper I

Hi,

 

can you use this formula?

Measure 4 = IF(CALCULATE(SUM(Sayfa1[Column2]))=0;1;0)

 

 

Screenshot_2.pngScreenshot_1.png

 

 

Anonymous
Not applicable

Hi @Anonymous , @Mariusz 

 

I also have the same issue. Did you find any solution?

 

 

Hi @Anonymous , @Anonymous 

 

Can you describe your problems in more detail?

 

Best Regards,
Mariusz

Please feel free to connect with me.
Mariusz Repczynski

 

Anonymous
Not applicable

@Mariusz @Anonymous @amitchandak @Osmanakgunduz 

 

Hi,

Capture1.PNGIf you look at the Y-Axis, it shows zero two times (one in the bottom and one in the centre).

I am calculating a measure which return me a value. I want to show all the date but the bar should not be there as the measure value is zero. It's very misleading if you just look at the chart(bars are going up and down) but ultimately it's value is zero. 
As you can see in the table visual this measure is returning zero.
Can you please help me. It's very urgent.

 

Thanks in advance. Any help is appreciated.
Capture.PNG

Can you  share y-Axis properties Start, End, Display Unit, Value Decimal Place

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

Hi @amitchandak 

 

Y- Axis properties are set to auto. I ran into another issue. As you can see in img2 on Y-Axis, there are 3 0M and 3 1M dotted lines. I don't know why it's happening.

Capture3.PNGimg2img2

Hello @Anonymous 

Try changing the Y axis display units to "None" or adjust the number of decimal places you are showing.

yAxis.jpg

Mariusz
Community Champion
Community Champion

Hi @Anonymous 

 

Try Edit interactivity.

https://docs.microsoft.com/en-us/power-bi/service-reports-visual-interactions

image.png

Best Regards,
Mariusz

If this post helps, then please consider Accepting it as the solution.

Please feel free to connect with me.
Mariusz Repczynski

 

Anonymous
Not applicable

Hi @Mariusz 

Problem is not with the edit interactions , I dont want to show any bar to the zero values in the chart.

Thank You

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors