Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 62 | |
| 54 | |
| 40 | |
| 17 | |
| 15 |
| User | Count |
|---|---|
| 94 | |
| 83 | |
| 33 | |
| 32 | |
| 24 |