Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin 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.
I have two tables:
Fisrt:
id | code | value |
56786 | _1 | first_value |
56786 | _2 | second_value |
56786 | _3 | third_value |
56786 | _4 | forth_value |
56786 | _5 | fifth_value |
56786 | _6 | sixth_value |
Second:
id | code | value |
56786 | _3 | third_value |
35678 | _4 | forth_value |
55567 | _1 | first_value |
So, in first we apply 6 kinds of values per each person. But in second we got one chosen by person value per that person. How can I add any column from first table to second? Related on person_id and code.
It can be complicated, so, if smth is unclear, ask me please, because I find it hard to do it. Thank you!
Solved! Go to Solution.
Hi @Anonymous ,
you can concatenate both id and code columns and have both the tables related on that composite key. Then use RELATED() to add any column from the first table to the second.
Regards,
Aditya
Hi @Anonymous ,
you can concatenate both id and code columns and have both the tables related on that composite key. Then use RELATED() to add any column from the first table to the second.
Regards,
Aditya
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.
User | Count |
---|---|
11 | |
9 | |
8 | |
8 | |
7 |