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
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?
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
132 | |
90 | |
88 | |
64 | |
58 |
User | Count |
---|---|
203 | |
141 | |
107 | |
73 | |
70 |