Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
Hi,
Can you please help me with the below case?
So lets say I have 3 tables
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.
Solved! Go to Solution.
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.
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.
Hi,
Share the 3 datasets, describe the question and show the epxected result.
Move the technicians out into their own dimension table.
| User | Count |
|---|---|
| 22 | |
| 22 | |
| 20 | |
| 19 | |
| 11 |
| User | Count |
|---|---|
| 66 | |
| 56 | |
| 46 | |
| 44 | |
| 31 |