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
Applicable88
Impactful Individual
Impactful Individual

Show blank as zero without extra measure/ utilizing the default visualisation aggregation selections

Hello,

I'm using a matrix with a dimension as rows:

 CountsPosition TotalRevenue
Post    
Direct503 1000
Total    

I know using If-statements or adding a "+0" in a count measure can solve this problem, but I try to stick with 

the standard aggregation function for the tables without an extra mesaure. When PowerBi recognized it as a Number- Datatype I already have plenty of aggregation for selection. Here depending on column I used count or sum . In the row properties I already clicked that it should show also empty values. But as you see its blank instead of zero.

 

Is it possible without a extra measure to change it?

 

Thank you very much in advance. 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

HI @Applicable88,

In fact, 'if statement' and '+0' on the expression not work to handle records that not really existed in your table.
For this scenario, you need to create a not connected to the raw table and use its fields to replace raw table categories. Then you can use Dax expression to extract the current data and compare it with if statements.

Regards,

Xiaoxin Sheng

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

HI @Applicable88,

In fact, 'if statement' and '+0' on the expression not work to handle records that not really existed in your table.
For this scenario, you need to create a not connected to the raw table and use its fields to replace raw table categories. Then you can use Dax expression to extract the current data and compare it with if statements.

Regards,

Xiaoxin Sheng

AlexisOlson
Super User
Super User

Nope. Blanks and zeros are not the same. You'll need measure(s) to do the conversion.

jdbuchanan71
Super User
Super User

@Applicable88 

No, it is not possible to show 0 instead of blank using the default aggregations.

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