Forum Discussion
MostafaGamal
Helper V
6 years agoHow to make a relation between 2 slicers
Hi all, If i have 2 slicers and each one using a column in a table ( 2 separate tables ), how to make the choice in the second slicer is equal to the choice in first slicer , Plesae advise ...
- Anonymous6 years ago
Hi MostafaGamal
I would not create a second slicer instead I would create a measure and use it in the 'Filter on this visual' section of the chart(s).
_filter = IF('Table1'[Department]=SELECTEDVALUE('Table2'[Department]),1,0)
Filter it to display only for value 1.
extrasiyf
5 years agoFrequent Visitor
Anonymous If I create a measure, I cannot put columns inside (like 'Table1'[Department]) what is the solution ?