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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

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
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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