Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi,
I would like to ask how to merge tables properly because now I am getting duplicates.
I wanted to join table when one column matches other column in second table.
First table, column OBJ_KOD,
second table:
Column Obj,
So I used left outer join OBJ_KOD Obj. then got table with duplicated rows. I expected that I will add column value when obj_kod matches obj kod other will be null. So how resolve this issue?
Hello @Analitika ,
If you are looking to get only the matching values, you should look to go for inner join.
You can assess your requirement and then decide the type of join you want to use.
A very nice article explaining the different types - here
Before merge:
After duplicate:
Before merge table:
Merge:
After merge, gettting:
Many duplicates
can you share the M code from power query editor?
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 97 | |
| 70 | |
| 50 | |
| 42 | |
| 40 |