The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance 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!
User | Count |
---|---|
78 | |
74 | |
43 | |
32 | |
28 |
User | Count |
---|---|
104 | |
93 | |
51 | |
51 | |
46 |