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] )
v-chuncz-msft
8 years agoCommunity Support
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
OK found a solution.
Created an new datasource with only the names and that worked.
Thansk all!