Forum Discussion
Bkurtsatar
2 years agoFrequent Visitor
AutoSelected By Other Slicer
Hello, I have a slicer for a column in table A, and I also have a slicer for another column in table B. I want certain values in the B slicer to be automatically selected based on the value selected...
marcelsmaglhaes
Super User
2 years agoYou need something like that
Bkurtsatar
2 years agoFrequent Visitor
You got quite close, but when the "3" value is selected, I also want the "X," "Y," and "T" values to be selected from the other slicer.
So I believe Table_B will be filtered based on the values X, Y, T in this way.
- marcelsmaglhaes2 years ago
Super User
No value selected in filter A, all values on screen.
The value 3 selected in A, brings the values of B. Now, if you want the filter B to have a check mark on the values, it is not possible.
- Bkurtsatar2 years agoFrequent Visitor
Actually, my goal is to filter Table B based on "X, Y, T" values when "3" is selected in Table A. So, if A = 3, filter Table B based on X, Y, T values. There's no need to see them selected in the slicer in Table B, but filtering Table B is sufficient. I hope I have explained it correctly and completely.