Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
meiwah
Resolver I
Resolver I

Displaying Text Value on Zero Values of Bar Chart

Hi,

 

I've a bar chart with Net Gearing on y-axis and Year on x-axis. For a zero value of net gearing (y-axis), I would like to display a text value of "Net Cash". Pls kindly help. Thanks! 

 

meiwah_0-1676015134545.png

 

6 REPLIES 6
meiwah
Resolver I
Resolver I

 Thanks! Are u able to let me know your email because I can't attach the sample file?

Anonymous
Not applicable

U indeed can't directly link it to here. U may send it to my junk mail
Damianvandenhaak@gmail.com
I will try and find a solution for you. No promises since i personally believe this might not be directly possible.

Anonymous
Not applicable

net_gearing =
Var GetNet = SUM(table[column])
Return
If(ISBLANK(GetNet),"Net Cash", GetNet)
Anonymous
Not applicable

Displaying a Text message when no data exist in Power BI visual - Power BI Docs
Goodday see above blog about this. This helped me some time back so i had it favorited.

Thanks for your quick response! The solution is to display text value when there is no data for the entire bar chart. But my intend is to display a text value when there is a zero or blank value for a particular bar 

Anonymous
Not applicable

can u send a sample pbix then i will try and replicate a solution for u.

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors