Forum Discussion
Multiple attributes Relationship
Hi,
Can you please help me with the below case?
So lets say I have 3 tables
- All tickets (Request ID, Techincian, Created Date)
- Tasks(Task ID, Owner, Created Date)
- Date Table
I have a slicer that would filter on Month (Date) and Department (Technician grouped) ... However, my visuals from the task table do not work because technican is taken from the All tickets.
Is there a way if I can have a relationship between Techincan and Owner that would allow me to create a slicer that would filter on all visuals?
Ps. Bare in mind the people in Technicans are the same employees in owners - just named differently in that table on the sql server. I tried also connecting them but it didn't work out.
- Anonymous5 years ago
Thank you both for the above suggestions. I managed to find a fix.
I made all the relationships btw those tables as inactive and used the userelationship function while kept the relationship between tech and owner as active and it fixed the issue.
3 Replies
- lbendlinSuper User
Move the technicians out into their own dimension table.
- Ashish_MathurSuper User
Hi,
Share the 3 datasets, describe the question and show the epxected result.
- AnonymousNot applicable
Thank you both for the above suggestions. I managed to find a fix.
I made all the relationships btw those tables as inactive and used the userelationship function while kept the relationship between tech and owner as active and it fixed the issue.