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!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote 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]
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 59 | |
| 59 | |
| 45 | |
| 17 | |
| 17 |
| User | Count |
|---|---|
| 115 | |
| 112 | |
| 38 | |
| 35 | |
| 26 |