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
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
if possible to show the category on all the report months even if the value is $0.00?
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
@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.
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"
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!
| User | Count |
|---|---|
| 97 | |
| 70 | |
| 50 | |
| 42 | |
| 40 |