Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

Reply
Robin92
New Member

Star scheme matrix with multiple dimensions, show blank values in matrix issue

Good day,

 

I have been struggeling with this issue for a while and hopefully somebody can help me out.
I am using a standard star schema with Facts with a one to mane relationship to dimensions.
To explain the problem please refer to below screenshot:

Robin92_1-1618486317735.png

If i put the customer name from the dim.customer and the contract name from dim.contract in a matrix, it perfectly shows the values.
Now comes the problem. I havent dont any sales on Contract ID 1. If i enable Show items with no value i do not get the desired results which is logic. 
There is no connection between the two dimensions because the contract id 1 is not in the fact table.
Is it possible to solve this issue and also show values with no revenue?
Or is that only possible by only using one dimension?

thank you in advance!

 

Gr Robin

1 ACCEPTED SOLUTION
v-easonf-msft
Community Support
Community Support

Hi, @Robin92 

You can also try to replace the original field "sales" with the following measure in your table visual:

Measure =
COALESCE ( SUM ( Fact[Sales] ), 0 )

 Best Regards,
Community Support Team _ Eason

View solution in original post

3 REPLIES 3
Robin92
New Member

Both are working,
Thank you very much!

 

Gr Robin

v-easonf-msft
Community Support
Community Support

Hi, @Robin92 

You can also try to replace the original field "sales" with the following measure in your table visual:

Measure =
COALESCE ( SUM ( Fact[Sales] ), 0 )

 Best Regards,
Community Support Team _ Eason

amitchandak
Super User
Super User

@Robin92 , You can create a measure with +0 and try 

 

Sum(Fact[sales])+0

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.