Forum Discussion

InterSimi's avatar
InterSimi
Helper II
8 years ago
Solved

Create a Calculated Column from Different Tables

Hi,   I am guessing that this is a simple request, but I can't figure this out, as I always seem to struggle when my query crosses multiple tables.   I have multiple tables with relationships, ho...
  • InterSimi's avatar
    8 years ago

    I have resolved my own issue....

     

    Basically, I could not create a relationship, as the last names were not all unique.

     

    I used Concatenate to join the first name and last name and then created a relationship between the two tables

     

    Summary metrics Name = CONCATENATE(CONCATENATE('Learning Hours'[First Name], " "), 'Learning Hours'[Last Name])