Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!

Reply
Anonymous
Not applicable

New Column

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.

1 ACCEPTED SOLUTION
tex628
Community Champion
Community Champion

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]


Connect on LinkedIn

View solution in original post

2 REPLIES 2
tex628
Community Champion
Community Champion

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]


Connect on LinkedIn
v-juanli-msft
Community Support
Community Support

Hi @Anonymous

How-to-Get-Your-Question-Answered-Quickly

 

Best regards

Maggie

Helpful resources

Announcements
FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.