Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
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
Solved! Go to Solution.
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.
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.