Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Sign up nowGet Fabric certified for FREE! Don't miss your chance! Learn more
| 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])
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 65 | |
| 65 | |
| 45 | |
| 21 | |
| 18 |
| User | Count |
|---|---|
| 115 | |
| 114 | |
| 38 | |
| 36 | |
| 26 |