Forum Discussion
DataGuy2016
9 years agoAdvocate IV
Table Merge creates duplicate records
Hi Folks, I am stumped. I am trying to merge two tables into a new table using a LEFT JOIN. Both tables have unique records on each row. When I join the tables, BI creates duplicate rows on...
- 9 years ago
The problem lay with the Data.
The LEFT JOIN functionality of PowerBI works perfectly.
baronraghu
6 years agoHelper III
Hi All,
I having similar issue, Below are the tables and the output after using full outer join
Table1
Table 2
Merging query screenshot
Merged table with duplicate entries- actually it copies table 2 for each entry of table 1
Any solution