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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
i am trying to merge two tables using INNER JOIN but am getting duplicate rows.
This is my data " https://www.dropbox.com/s/2wk5tk455w5332p/Data.xlsx?dl=0 "
am trying to merge these two tables based on these columns: UNIT,LOC,DATE,MATCH BD from Table 1
and UNIT,LOC,DATE,MATCH ID from Table 2
My final table after merging should be like this: UNIT, GROUP,LOC,PR,DATE,BD,BD Value, MATCH BD, ID, ID value.
Any help on this Please. Thanks in Advance.
Hi @yodha
add merge columns in Table1 and Table2,
(merge columns UNIT,LOC,DATE,MATCH BD to one column)
merge queries for Table1 and Table2 based on" merged1" and "merged2" columns.
select ID, ID value by expanding the "Table2" field
Hi @yodha
Do you download my pbix to see each step?
Or could you share the pbix with me for further analysis?
Any help on this?