I'm trying to set OR
logic between the two slicer filters. The two slicers are from same dataset. Below are more details:
My source table:
Visual with slicers:
My goal is, if I select any value from slicer 1 and also from slicer 2, my visual should show the results w.r.t both the select values.
For example, if I select A1 from slicer 1 and 200 from slicer 2, the result should be shown as below (Similar to SQL query (Where Column1 ='A1' or Column2=200)
Desired result:
]3