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!Get Fabric certified for FREE! Don't miss your chance! Learn more
I have 2 tables with 50% same columns but there is no uique column. And im not able to get many to 1 data mapping.
@Ahmedx @amitchandak
Solved! Go to Solution.
@Anonymous You can create a Composite Key with all the matching columns in both tables.
For Example Column's in Tables 1 & 2
t1.A, t1.B, t1.C, t1.J t2.A, t2.B, t2.C, t2.D, t2.R, t2.J
with Composite Key Data { Both table have: ABCJ}
t1.A, t1.B, t1.C, t1.J, t1ABCJ
t2.A, t2.B, t2.C, t2.D, t2.R, t2.J, t2ABCJ
Join on the Composite Key.
Let me know if this works for you, or share a sample data.
@ me in replies, or I'll lose your thread!!!
Do my answers help arrive at a solution? Give it a kudos by clicking the Thumbs Up!
@Anonymous You can create a Composite Key with all the matching columns in both tables.
For Example Column's in Tables 1 & 2
t1.A, t1.B, t1.C, t1.J t2.A, t2.B, t2.C, t2.D, t2.R, t2.J
with Composite Key Data { Both table have: ABCJ}
t1.A, t1.B, t1.C, t1.J, t1ABCJ
t2.A, t2.B, t2.C, t2.D, t2.R, t2.J, t2ABCJ
Join on the Composite Key.
Let me know if this works for you, or share a sample data.
@ me in replies, or I'll lose your thread!!!
Do my answers help arrive at a solution? Give it a kudos by clicking the Thumbs Up!
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 68 | |
| 59 | |
| 44 | |
| 20 | |
| 15 |
| User | Count |
|---|---|
| 104 | |
| 102 | |
| 37 | |
| 26 | |
| 25 |