Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
am I correct that the joins between tables in power bi desktop do not include the option to have outer joins.
this seems very limiting.
Solved! Go to Solution.
Hi @djm7 - You're correct that Power BI Desktop does not natively support outer joins in the relationship model between tables.
Power BI's data model focuses on optimizing performance and usability for analytics and visualization rather than acting as a full-fledged database or ETL tool. Outer joins can increase complexity, lead to ambiguous relationships, and potentially degrade performance in large datasets.
workaround should be at power query editor:
Go to Home > Merge Queries in Power Query Editor.
Choose the type of join you want (e.g., Full Outer Join, Right Outer Join).
Load the resulting joined table back into your Power BI model.
Hope this helps.
Proud to be a Super User! | |
Hi @djm7 ,
For your requirement, you can take a look at NATURALLEFTOUTERJOIN Function and try to use it create a merged table with full records.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi @djm7 ,
For your requirement, you can take a look at NATURALLEFTOUTERJOIN Function and try to use it create a merged table with full records.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi @djm7 - You're correct that Power BI Desktop does not natively support outer joins in the relationship model between tables.
Power BI's data model focuses on optimizing performance and usability for analytics and visualization rather than acting as a full-fledged database or ETL tool. Outer joins can increase complexity, lead to ambiguous relationships, and potentially degrade performance in large datasets.
workaround should be at power query editor:
Go to Home > Merge Queries in Power Query Editor.
Choose the type of join you want (e.g., Full Outer Join, Right Outer Join).
Load the resulting joined table back into your Power BI model.
Hope this helps.
Proud to be a Super User! | |
User | Count |
---|---|
84 | |
78 | |
70 | |
49 | |
41 |
User | Count |
---|---|
111 | |
56 | |
50 | |
42 | |
40 |