Forum Discussion
michael_knight
6 years agoPost Prodigy
Merge 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
6 years agoCommunity Support
Hi 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.