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.
Hello,
I'm trying to create a new column with values from another table, based on an ID & the column header which is a date/year value.
Tables are linked via "Code"
Table A
Name | Code | Date |
Adam | C | 2/25/2019 |
Brock | A | 8/3/2019 |
Caleb | C | 7/6/2020 |
Josh | B | 6/1/2020 |
John | D | 4/5/2021 |
Sarah | A | 5/15/2021 |
Andrew | E | 12/12/2019 |
Table B
Code | 2019 | 2020 | 2021 |
A | 1 | 4 | 3 |
B | 2 | 5 | 4 |
C | 3 | 6 | 5 |
D | 4 | 7 | 6 |
E | 5 | 8 | 7 |
New Column Results
Name | Code | Date | Value |
Adam | C | 2/25/2019 | 3 |
Brock | A | 8/3/2019 | 1 |
Caleb | C | 7/6/2020 | 6 |
Josh | B | 6/1/2020 | 5 |
John | D | 4/5/2021 | 6 |
Sarah | A | 5/15/2021 | 3 |
Andrew | E | 12/12/2019 | 5 |
Solved! Go to Solution.
Create a calculated column...
Create a calculated column...
This works great! THANK YOU!
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
63 | |
62 | |
52 | |
39 | |
24 |
User | Count |
---|---|
85 | |
57 | |
45 | |
44 | |
36 |