Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hi, I want to make 0 show blank in line chart, the axis should be still there but just when the value is 0 then the line do not appear, is there any solution?
Solved! Go to Solution.
@Anonymous , Try measure like
Try like
if([Measure] =0, then blank() , [Measure])
Use this
@Anonymous , Try measure like
Try like
if([Measure] =0, then blank() , [Measure])
Use this
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
109 | |
99 | |
96 | |
38 | |
36 |
User | Count |
---|---|
151 | |
125 | |
75 | |
74 | |
53 |