Forum Discussion
ovetteabejuela
Impactful Individual
9 years agoDAX: Return the Corresponding Name
Sorry a DAX newbie question, Funny but in MySQL this is a piece of cake but with DAX I'm fumbling for a soultion. I have two tables namely an employee heirarchy and the main employee database...
- 9 years ago
Hi
Try this for calculated column:
=LOOKUPVALUE(Employees[Full Name],Employees[Employee ID],[Supervisor ID])
hohlick
Continued Contributor
9 years agoHi
Try this for calculated column:
=LOOKUPVALUE(Employees[Full Name],Employees[Employee ID],[Supervisor ID])