Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Sign up nowGet Fabric certified for FREE! Don't miss your chance! Learn more
I have two tables that I appended into a new table - call it Employees. I have a third table called Dept with columns named Dept Id, Department, and Department Sub. The Dept Id column is in the new appended table. I need to add the Department and Department Sub columns into the Employees table using the Dept Id column. Do I create a new column in the Employees table and if so, how? Sorry I am new to the analyst field and new to Power BI. I'm double noobi.
Solved! Go to Solution.
I assume that the Dept Id's in the Dept table are all unique.
If that is the case you create a relationship between the two tables. Then you create a calculated column in employees with simply:
Column = 'Dept'[Department]
Column2 = 'Dept'[Department Sub]
I assume that the Dept Id's in the Dept table are all unique.
If that is the case you create a relationship between the two tables. Then you create a calculated column in employees with simply:
Column = 'Dept'[Department]
Column2 = 'Dept'[Department Sub]
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 62 | |
| 62 | |
| 42 | |
| 21 | |
| 18 |