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
aarnol18
Frequent Visitor

How to hide Constant y-axis value when the value is blank

I have a line chart with some constant Y-axis values. I filter the line chart to different categories and everything updates appropriately.

 

However not every category has a value tied to it, some are blank. In these situations, the constant line is showing at the 0% mark rather than being blank. Is there anyway to just hide it instead? or make it transparent? 

75th = SELECTEDVALUE(tbl[National75th])



aarnol18_0-1718122842424.png

 

1 ACCEPTED SOLUTION
ryan_mayu
Super User
Super User

maybe you can try to create a measure 

if (xxx=0, blank(), xxx)

 

then it will skip the 0 value.

 

11.PNG





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

Proud to be a Super User!




View solution in original post

1 REPLY 1
ryan_mayu
Super User
Super User

maybe you can try to create a measure 

if (xxx=0, blank(), xxx)

 

then it will skip the 0 value.

 

11.PNG





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

Proud to be a Super User!




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