Forum Discussion
InterSimi
8 years agoHelper II
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...
- 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])
v-juanli-msft
8 years agoCommunity Support