Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. 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?
User | Count |
---|---|
83 | |
69 | |
68 | |
57 | |
50 |
User | Count |
---|---|
42 | |
41 | |
33 | |
32 | |
31 |