Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hi guys,
I have a issue with filter of a report, the report filter 10 last years in a measeure calculeted but the user final want see of the selection years those have not amount, for example years 2018 and 2016 (check image) the request user final show report years load with value 0. I dont know what to do for solved issue. help me please.... Regards
Thanks!!!!
Solved! Go to Solution.
Hi JohnR1,
I have reproduced your issue. In table DETALLE_CASOS, there's NULL value, right? I have made three sample tables(DETALLE_CASOS, HISTORICO, TIEMPO) like below based on your description:
I then create a measure using your DAX formula and use the measure to create a line chart, I reproduced your issue like below.
To solve this issue, you should replace NULL with 0, click Query Editor->Replace Values.
After applied&close, you can see value 0 in the line chart.
PBIX for your reference: https://www.dropbox.com/s/0dscajn1m1rwzkt/filter%20dax.pbix?dl=0
Regards,
Jimmy Tao
Hi JohnR1,
I have reproduced your issue. In table DETALLE_CASOS, there's NULL value, right? I have made three sample tables(DETALLE_CASOS, HISTORICO, TIEMPO) like below based on your description:
I then create a measure using your DAX formula and use the measure to create a line chart, I reproduced your issue like below.
To solve this issue, you should replace NULL with 0, click Query Editor->Replace Values.
After applied&close, you can see value 0 in the line chart.
PBIX for your reference: https://www.dropbox.com/s/0dscajn1m1rwzkt/filter%20dax.pbix?dl=0
Regards,
Jimmy Tao
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.