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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Anonymous
Not applicable

Use Left Outer Join in Power BI Visual Table

I am using Power BI table in my visualization. In this table i drag and drop the columns from two tables which are linked with primary and foreign key.

By default the table is making the inner join and reducing the number of results since some of my primary key table data is not there in foreign key table data. 

Now i need to perform the left outer join in my power bi visual table. If the row is not linked the the right side table columns should give me null or zero as value. 

 

Please help

1 ACCEPTED SOLUTION
Anonymous
Not applicable

There is a build in option for this in the query editor. 

 

Select the first query you want to join in Query editor, select Merge queries in top right. 

Join it on the ID from the second quey and make sure to select the outer join option. 

 

You'll end up with a new (dynamic) table with the result you are looking for. Use this table in your visuals.

 

merge.png

View solution in original post

1 REPLY 1
Anonymous
Not applicable

There is a build in option for this in the query editor. 

 

Select the first query you want to join in Query editor, select Merge queries in top right. 

Join it on the ID from the second quey and make sure to select the outer join option. 

 

You'll end up with a new (dynamic) table with the result you are looking for. Use this table in your visuals.

 

merge.png

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 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.

Top Solution Authors
Top Kudoed Authors