Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 5 | |
| 4 | |
| 3 |