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
ShaelynFrench
Helper I
Helper I

Display zero instead of blank in Matrix on Paginated Report

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?

 

ShaelynFrench_0-1687901091227.png

 

Thanks!

1 ACCEPTED SOLUTION
ShaelynFrench
Helper I
Helper I

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.

View solution in original post

2 REPLIES 2
ShaelynFrench
Helper I
Helper I

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.

d_gosbell
Super User
Super User

I just tested both of the approaches you've tried here and they both worked fine for me.

 

d_gosbell_0-1687945475753.png


So you have something else going on in your report. 

Helpful resources

Announcements
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!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

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.