Forum Discussion
Anonymous
8 years agoNot applicable
Trouble Creating Relationships
HI all, I've tried the solutions that I've found in previous tickets but it still won't work for me. Everytime I want to create a relationship between the different sql tables I get the error...
- 8 years ago
Anonymous,
You may add a new table and build relationship on the concatenated column.
Table = ADDCOLUMNS ( DISTINCT ( 'Name&group' ), "Name | Group", 'Name&group'[Name] & " | " & 'Name&group'[Group] )
Anonymous
8 years agoNot applicable
Hey,,
I’ve read your article about creating relationships, tried again with the things I’vee read but still I’m ,ot able to create a good relationship.
regards
MattAllington
8 years agoCommunity Champion
Do you have a single column in the name and group table that has unique values? It doesn't look like it.