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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
Anonymous
Not applicable

How to paste a managers email from this table across columns

 
Hi all, I have a table that looks like this

 

Employee NameEmployee ManagerEmployee EmailManager Email
Employee 1Manager 1Employee 1 @workManager 1 @ work
Manager 2Manager 1Manager2 @ workManager 1 @ work
Employee 2Manager 2Employee 2 @ work 
Manager 1Manager 3Manager 1 @ WorkManager 3@ Work
Manager 3Manager 3Manager 3 @ WorkManager 3 @ Work

 

Every manager and employee, and their email, will appear in the employee name, and employee email. What I would like to do, is create a calculated column that will search the manager name column, match that name to the employee name, column, and then paste the employee email from that row to be used, to make sure i have an email column free of blanks. am i able to do this in dax or MQuery?

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Anonymous , a new column

maxx(filter(Table, Table[Name] = earlier([Employee Manager]) ) , [Employee email])

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

@Anonymous , a new column

maxx(filter(Table, Table[Name] = earlier([Employee Manager]) ) , [Employee email])

Helpful resources

Announcements
Sept PBI Carousel

Power BI Monthly Update - September 2024

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

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

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