Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 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.
Solved! Go to Solution.
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
Hi,
Does this measure work?
Measure = coalesce([your measure],0)
If not, then share the download link of the PBI file.
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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
87 | |
81 | |
53 | |
37 | |
35 |