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.
If I have two tables, one with 100 rows and one with 90 rows, I want to join them and I expect to have 100 rows in the merged table.
What kind of join do I have to use. I used full outer join, bot the result was about twice thr number of rows.
Solved! Go to Solution.
@gtamir Use the "Left Outer" option. but you need to select the large table as the first one.
@gtamir Use the "Left Outer" option. but you need to select the large table as the first one.