Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi All.
In Bar Chart pink line y - axis is not displaying for the date 8/25/24 if there is no data.
I want to display Pink line in this chart if there is no data it will show as '0' by not showing as below screenshot.
(Note : Pink line should be cut it will cover all the bars in the chart)
Regards,
krishna.
Solved! Go to Solution.
Hi @mg00842082
Create a measure or modifiy your existing measure.
Show 0 =
IF(
IsBlank([Your Calculation])
,0
,[Your Calculation]
)
Use this in your visual 🙂
If you are happy with this answer please mark as a solution for others to find !
Kudos are always appreciated! Check out our free Power BI video courses.
Hi @mg00842082 ,
Have a good day. Have you solved the problem?
I followed @SamWiseOwl 's solution and it worked.
Here are the detailed steps.
If this helps, please consider mark @mg00842082 's solution.
Best Regards,
Wearsky
Hi @mg00842082 ,
Have a good day. Have you solved the problem?
I followed @SamWiseOwl 's solution and it worked.
Here are the detailed steps.
If this helps, please consider mark @mg00842082 's solution.
Best Regards,
Wearsky
Which bit isn't working?
If you are happy with this answer please mark as a solution for others to find !
Kudos are always appreciated! Check out our free Power BI video courses.
Hi @mg00842082
Create a measure or modifiy your existing measure.
Show 0 =
IF(
IsBlank([Your Calculation])
,0
,[Your Calculation]
)
Use this in your visual 🙂
If you are happy with this answer please mark as a solution for others to find !
Kudos are always appreciated! Check out our free Power BI video courses.
Hi @SamWiseOwl - it is not working can you please tell where to update in filters?
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!