The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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