Forum Discussion
tejapowerbi123
Helper V
7 years agoLookup with Duplicate records
Hello,
i want to copy records from lookup table to main table, main table ID column has duplicate records and i want to copy all the discount from lookup to all percentage column.
I tried lookup and due to duplicate records it did not pull any records.
Please suggest me .
tejapowerbi123 You can do this in Power Query by merging the lookup table with the main table using a left join (all values from main, matching values from lookup).
1 Reply
- otravers
Community Champion
tejapowerbi123 You can do this in Power Query by merging the lookup table with the main table using a left join (all values from main, matching values from lookup).