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
Anonymous
Not applicable

showing missing rows for each category for selected month in power bi

t.PNG

Two category with month/year wise sum of a value is showing.Some time while click on some month/year, the category wise  is not there..so it is showing without that row.ie..datavalue category is missing.

example

tt.PNG

if possible to show the category on all the report months even if the value is $0.00?

  

 

3 REPLIES 3
v-jingzhang
Community Support
Community Support

Hi @Anonymous 

 

Have you tried the methods in previous replies? Could you please let us know whether they help solve the problem?

 

Best Regards,
Community Support Team _ Jing

Applicable88
Impactful Individual
Impactful Individual

@Anonymous you have to create a measure for that and at the end you add +0. Otherwise the normal behaviour of the table visual is to not show zero values.

For example:

Measure = sumx ( 'Sales', Sales [Value]) +0

Hope that helps. 

Best. 

johnt75
Super User
Super User

I think there's a couple of ways to achieve this. If you want the datavalue measure to return 0 instead of blank then you can wrap the measure definition in COALESCE and pass 0 as the second argument to COALESCE.

If you want the measure to return blank but still show up in the report visual, you can select a column in the Visuals well of the required visual and choose "Show items with no data"

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