Forum Discussion
mohittimpus
5 years agoHelper V
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
- CNENFRNLCommunity Champion
Hi, mohittimpus , I'm wondering how you can make a cell in the dataset equal to "A" and "B" at the same time?
- mohittimpusHelper 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?