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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
HeinSwift
New Member

Displaying data resulting from OUTER JOIN

I created a semantic model with a relationship between two tables:

 

Sales

sale_idproduct_idamount
113
214
325

 

Products

product_idname
1apple
2banana
3avocado

 

The relationship connects both tables via the column product_id.

 

When displaying the total amount sold for each product name, PowerBI will only display

namesum(amount)
apple7
banana5

 

leaving out the avocado. I would like to display the avocado as well with an amount of 0. Kind of an OUTER JOIN or LEFT JOIN instead of INNER JOIN.

 

How can I achieve that using the Fabric Semantic Model and PowerBI?

1 ACCEPTED SOLUTION
nilendraFabric
Super User
Super User

Hello @HeinSwift 

 

Please give it a try.


Use the Productsname column in your visual, not from Sales.

 


Right-click the field and pick “Show items with no data”.


create a measure like this

 

Total Amount = COALESCE(SUM(Sales[amount]), 0)

 



for reference check this video:

https://m.youtube.com/watch?v=nTiAaY7waMU


Please accept the answer if this is helpful.

 

 

Thanks

View solution in original post

2 REPLIES 2
nilendraFabric
Super User
Super User

Hello @HeinSwift 

 

Please give it a try.


Use the Productsname column in your visual, not from Sales.

 


Right-click the field and pick “Show items with no data”.


create a measure like this

 

Total Amount = COALESCE(SUM(Sales[amount]), 0)

 



for reference check this video:

https://m.youtube.com/watch?v=nTiAaY7waMU


Please accept the answer if this is helpful.

 

 

Thanks

Yes that's it! Thank you very much!

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

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

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.