Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. 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?
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
106 | |
75 | |
44 | |
39 | |
33 |
User | Count |
---|---|
165 | |
90 | |
65 | |
46 | |
43 |