Forum Discussion
Trouble Creating Relationships
- 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] )
Have a read of my article here https://exceleratorbi.com.au/relationships-power-bi-power-pivot/
- Anonymous8 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
- MattAllington8 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.
- Anonymous8 years agoNot applicable
Hi,
I've got a colum in the Changes table named 'Assignee_full_name' wich contains the names from engineers. The same names are also in the table Tickets in colum 'Assignee'.
And in the table Name&Group the 'Analyst_name' colum has also those values.
What I want to do:
- I'm creating an dashboard with the number of tickets and changes on it, via a slicer I can select an engineer and it must provide me the number of tickets and changes that only this engineer has handled.
so the slicer will have the field: Name&Group>analyst_name.
But before it can show me the data it must have a link towards the other tables.
Many thanks for your help!