Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi,
I've tried all of the tricks --- using:
=Sum(Fields!QMonthly_Actual.Value) +0
or
=IIF(IsNothing(Sum(Fields!QMonthly_Actual.Value)), 0, Sum(Fields!QMonthly_Actual.Value))
and both formulas still return a blank in the report instead of a zero. Am I missing something?
Thanks!
Solved! Go to Solution.
I solved it -- I was using a custom number format: #,###;(#,###) that did not specify how to handle the zero so it was showing up blank. I changed it to: #,###;(#,###);0 and that solved it.
I solved it -- I was using a custom number format: #,###;(#,###) that did not specify how to handle the zero so it was showing up blank. I changed it to: #,###;(#,###);0 and that solved it.
I just tested both of the approaches you've tried here and they both worked fine for me.
So you have something else going on in your report.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 3 | |
| 3 | |
| 2 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 11 | |
| 7 | |
| 5 | |
| 5 | |
| 4 |