Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Adding a new column to a table using data from another table

I have an existing table that I want to add a new column to, using specifically matched data from another table.  The table I want to add to is named 'Case'.  The table I want to pull from is called...
  • Anonymous's avatar
    Anonymous
    7 years ago

    Doh!  I realized my mistake.  Forgot the ' around the table name.

     

    CaseOwner = LOOKUPVALUE('User'[Name],'User'[Id],'Case'[OwnerId])