Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
I have this graph filtered by the year 2022 with some lines stoping at the middle because the rest is blank
I want to show the blank data as zeroes, but if I try something like a measure "if(isblank(value), 0, value)" or "value + 0", power BI brings all the other years and ignores my filter.
Hi,
Does this measure work?
Measure = coalesce([your measure],0)
If not, then share the download link of the PBI file.
Try to change your X-Axis to continues.
If it won't help attach a link for a dummy file to work with.
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
User | Count |
---|---|
121 | |
69 | |
66 | |
56 | |
52 |
User | Count |
---|---|
182 | |
85 | |
67 | |
61 | |
53 |