Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
dheeraj_pareek
Frequent Visitor

Power BI remone duplicates records in Merge Queries with left Outer Join

Hi,

I have two tables in database "Table1" and "Table2". The common column between these tables is "serial number".

"Table1" has 1 record in table with value "serial1" in column "serial number".
"Table2" has 4 records in table with value "serial1" in column "serial number".

When we create a "Merge queries as New" between "Table1" and "Table2" on common column "Serial number" using "Left Outer Join", It returns 1 record with column "Serial Number" with value "serail1".

It display only unique records.

If we tried the "Left outer Join" between "Table1" and "Table2" using common column "Serial number" it returns 4 records with value "serail1" in column "Serial Number".


It seems Power Bi automatically removed the duplicate records while Merging Or Joins.


Is there any option to turn off this functionality?

Is there any way so that we can get also 4 rows by using Left Outer Join result in power BI also like Sql query executed on sql server?

Thanks

1 REPLY 1
v-yulgu-msft
Microsoft Employee
Microsoft Employee

Hi @dheeraj_pareek,


 



When we create a "Merge queries as New" between "Table1" and "Table2" on common column "Serial number" using "Left Outer Join", It returns 1 record with column "Serial Number" with value "serail1".

It display only unique records.

If we tried the "Left outer Join" between "Table1" and "Table2" using common column "Serial number" it returns 4 records with value "serail1" in column "Serial Number".

What is the difference between above two options?

 

Based on my test, "Left outer Join" won't remove duplicates.

1.PNG2.PNG

3.PNG

 

In merged table, expand the columns from the second table.

5.PNG

 

Best regards,

Yuliana Gu

Community Support Team _ Yuliana Gu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors