Forum Discussion
Anonymous
6 years agoNot applicable
Using Slicer as AND Filter
Hi Everyone, we have some data set as below. ResponseFeatues ResponseID UserID SurveyId RecordedDate 987xyz abc123 qwerty12 01.01.2020 765fsd def456 qwerty12 01.01.2020 ...
- 6 years ago
Hi Anonymous
Just got you, kindly add another measure:
Measure 2 = CALCULATE(COUNTROWS(FILTER(VALUES(AnswerFeatures[UserID]),[Measure]="1")))Put it into the card.
Pragati11
6 years agoSuper User
Hi Anonymous ,
The simplest way to achieve this is:
- Create a Slicer on your report and move SURVEYID to it.
- Create a table visual and move USERID column to it.
Now try selecting differebt values from your slicer, it should give you required result.
Thanks,
Pragati
Anonymous
6 years agoNot applicable
Hi Pragati11,
I'm sorry but it is not working. Because If I select one more SurveyID in the slicer, It shows to me users which submit one or more this surveys. But I need users which submit all selected Survey. I need intersection users for this Surveys.
Best,