Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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?
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
62 | |
58 | |
55 | |
36 | |
33 |
User | Count |
---|---|
81 | |
67 | |
45 | |
45 | |
43 |