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] )
MattAllington
8 years agoCommunity Champion
Have a read of my article here https://exceleratorbi.com.au/relationships-power-bi-power-pivot/