Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
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 |
---|---|
79 | |
74 | |
63 | |
45 | |
44 |
User | Count |
---|---|
101 | |
43 | |
39 | |
39 | |
36 |