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
TeresaV
Frequent Visitor

Waterfall Chart measure with non numeric values

I want to create a Waterfall chart with a measure. 

 

My measure turns the 0 values in "Data N/A".  How can I filter those types of values in Waterfall chart? 

Japan1
Portugal2
FranceData N/A
England5
Italy6
Spain412
Russia10
Germany1
USAData N/A
CanadaData N/A

 

This is the table after applying this measure: 
Measure=
var a=CALCULATE('Table'[Value])
return
if( a=0, "Data N/A", calculate(sum('Table'[Value]))


Thanks!
@Jihwan_Kim @amitchandak @Anonymous @daxer-almighty 

1 REPLY 1
v-luwang-msft
Community Support
Community Support

Hi @TeresaV ,

Could you pls share your pbix file?Remember to remove confidential data.

 

Best Regards

Lucien

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
Top Kudoed Authors