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! Request now

Reply
Anonymous
Not applicable

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
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