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!View all the Fabric Data Days sessions on demand. View schedule
I have a Grapth bar in which when ever is Zero the grand total display Zero as Total . Any advice how to accomplish
A Zero should be as total of that X Field.
Solved! Go to Solution.
Hi @LuisPlaza101 ,
Thanks for reaching out to the Microsoft fabric community forum.
The question isn’t entirely clear at the moment. Could you please clarify exactly what you’re trying to achieve? That will make it easier for us to review and suggest a possible solution. In the meantime, you might also find this forum post useful it shares some tips on how to structure your questions so you can get faster and more accurate answers.
Re: How to Get Your Question Answered Quickly - Page 4 - Microsoft Fabric Community
Thank you
Hi @LuisPlaza101 ,
As we haven’t heard back from you, we wanted to kindly follow up to check if you are able to provide more details regarding your query. Please feel free to contact us if you have any further questions.
Thanks and regards
May I check if this issue has been resolved or if you got the chance to provide some more details regarding your issue? If not, Please feel free to contact us if you have any further questions.
Thank you
Hi @LuisPlaza101
I wanted to check if you had the opportunity to review the information provided and got the chance to provide some more details regarding your issue. Please feel free to contact us if you have any further questions.
Thank you.
This usually happens because the measure returns blank() instead of an actual 0 value.
Try updating your DAX measure like this:
MyMeasure =
IF(ISBLANK(SUM('Table'[Column])), 0, SUM('Table'[Column]))
Thanks✨🌹
Put kudo ✨
Hi @LuisPlaza101 ,
Thanks for reaching out to the Microsoft fabric community forum.
The question isn’t entirely clear at the moment. Could you please clarify exactly what you’re trying to achieve? That will make it easier for us to review and suggest a possible solution. In the meantime, you might also find this forum post useful it shares some tips on how to structure your questions so you can get faster and more accurate answers.
Re: How to Get Your Question Answered Quickly - Page 4 - Microsoft Fabric Community
Thank you
I am confused on what you are asking, can you please explain better and show good images?
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!