Forum Discussion
michael_knight
Post Prodigy
6 years agoMerge two slicers
Hi, I'm creating a dashboard which shows the progress of employees in the company. We have two teams and the employees move between each company. I can create a report for each company but I want...
dax
Community Support
6 years agoHi michaelknight94,
According to your description, it seems that you want to use one slicer to control different visula from different table, right? If so, you could create slicer table like below
Table 2 = DISTINCT(UNION(DISTINCT(T3[name]), DISTINCT(T4[name id])))
Then create relationship between this table and other tables, then use this field in slicer to see whether it work or not.
Best Regards,
Zoe Zhi
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.