Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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 .
Solved! Go to Solution.
@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).
@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).