Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
22 | |
7 | |
6 | |
6 | |
6 |
User | Count |
---|---|
27 | |
10 | |
10 | |
9 | |
6 |