March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
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 |
---|---|
117 | |
77 | |
58 | |
52 | |
46 |
User | Count |
---|---|
171 | |
117 | |
63 | |
57 | |
51 |