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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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?
| Japan | 1 |
| Portugal | 2 |
| France | Data N/A |
| England | 5 |
| Italy | 6 |
| Spain | 412 |
| Russia | 10 |
| Germany | 1 |
| USA | Data N/A |
| Canada | Data 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
Hi @TeresaV ,
Could you pls share your pbix file?Remember to remove confidential data.
Best Regards
Lucien
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!