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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Dear Power BI community,
I tried to merge two files based on same customer ID (some customer ID doesn't have matches) using left outer join but it turns out that when I perform a verification after the match, the total order quantity before and after is different. Could anyone tell me what and why is this happening? Thanks
Solved! Go to Solution.
Hi
This could be due to duplicates in your left or right table.
Left is easy to understand, but in right for example if you've duplicate Cust ID then those are also getting merged into your existing data which is increasing your count.
My advice, try count rows under transformin Query editor and remove duplicates and then try the same step, it would help you identify the issue.
Thanks,
Ankit Kukreja
www.linkedin.com/in/ankit-kukreja1904
Hi
This could be due to duplicates in your left or right table.
Left is easy to understand, but in right for example if you've duplicate Cust ID then those are also getting merged into your existing data which is increasing your count.
My advice, try count rows under transformin Query editor and remove duplicates and then try the same step, it would help you identify the issue.
Thanks,
Ankit Kukreja
www.linkedin.com/in/ankit-kukreja1904
Most likely the table on the left contains duplicates in the join column.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.