Forum Discussion

ovetteabejuela's avatar
ovetteabejuela
Icon for Impactful Individual rankImpactful Individual
9 years ago
Solved

DAX: 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...
  • hohlick's avatar
    9 years ago

    Hi

    Try this for calculated column:

    =LOOKUPVALUE(Employees[Full Name],Employees[Employee ID],[Supervisor ID])