Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
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:
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
Solved! Go to Solution.
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
Both are working,
Thank you very much!
Gr Robin
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
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 23 | |
| 23 | |
| 21 | |
| 17 | |
| 14 |
| User | Count |
|---|---|
| 58 | |
| 50 | |
| 37 | |
| 29 | |
| 24 |