Forum Discussion
Table Merge creates duplicate records
- 9 years ago
The problem lay with the Data.
The LEFT JOIN functionality of PowerBI works perfectly.
Hi there,
I am running the merge again and it is still creating duplicate records from the LHS table. The LHS table has unique rows of data. So I have 183,000 records merged into 187,000 records post join.
I cannot understand why BI would create an exact duplicate of the LHS row in the merged table? Could it possibly be because the primary key is duplicated? I know that this is not scientifically viable however this is the closest I can get to a primary key.
Hi DataGuy2016,
If you haven't already found a solution...
I had a similar issue where LEFT JOIN was creating duplicates, resulting over 1000 rows of data where I should have just 85.
I solved the issue by expanding the relative columns as an aggregate, instead of just an expansion.
Hope that this makes sense.