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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Employee Name | Employee Manager | Employee Email | Manager Email |
Employee 1 | Manager 1 | Employee 1 @work | Manager 1 @ work |
Manager 2 | Manager 1 | Manager2 @ work | Manager 1 @ work |
Employee 2 | Manager 2 | Employee 2 @ work | |
Manager 1 | Manager 3 | Manager 1 @ Work | Manager 3@ Work |
Manager 3 | Manager 3 | Manager 3 @ Work | Manager 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?
Solved! Go to Solution.
@Anonymous , a new column
maxx(filter(Table, Table[Name] = earlier([Employee Manager]) ) , [Employee email])
User | Count |
---|---|
89 | |
70 | |
67 | |
53 | |
27 |