Forum Discussion

mohittimpus's avatar
mohittimpus
Helper V
5 years ago

Multiselect Slicer unique values

Hello everyone,

I'm trying to figure out is that possible If we select Mutilple values in slicer then show respective data with AND condition rather than OR ?. 

 

Example:
In slicer, there is values A, B, C, D

and we select A and B then normally we see all data respective to A or B so that data is either associate with A or B right ?

so can we do like if we select A, B then data only show which present in Both only (Like Inner join)

2 Replies

  • CNENFRNL's avatar
    CNENFRNL
    Community Champion

    Hi, mohittimpus , I'm wondering how you can make a cell in the dataset equal to "A" and "B" at the same time?

    • mohittimpus's avatar
      mohittimpus
      Helper V

      Yes Actually that's the same question I've, in DAX we can take the value(if only one) for comparison by using SELECTEVALUES(), But what if its more than one?