Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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])
Solved! Go to Solution.
maybe you can try to create a measure
if (xxx=0, blank(), xxx)
then it will skip the 0 value.
Proud to be a Super User!
maybe you can try to create a measure
if (xxx=0, blank(), xxx)
then it will skip the 0 value.
Proud to be a Super User!
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.