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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
datavis
Resolver I
Resolver I

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

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors