Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register 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!
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
76 | |
74 | |
57 | |
38 | |
33 |
User | Count |
---|---|
71 | |
66 | |
57 | |
49 | |
47 |