Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Look up data and append to same row within table

Hello Experts,   I have an interesting use case where I have data contained in a table, but the data does not contain a certain level of information that I need for visualization purposes. I need t...
  • sevenhills's avatar
    3 years ago

    If you want the column in DAX, you can do as below: Say, your table is 

    Parent_Child_Lookup

     

    Friend Name = LOOKUPVALUE(Parent_Child_Lookup[Name], Parent_Child_Lookup[ID], Parent_Child_Lookup[Friend ID], BLANK())