The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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!