Forum Discussion
Anonymous
2 years agoNot applicable
multiple select with AND
I have two lists of keywords: Cause and Effect. I have filters allowing for multiple selection out of both lists (incl. select all). I need to find all selected keywords at once from (both) these li...
- 2 years ago
Anonymous here is the part 2 video. Thanks!
- 2 years ago
Hi Anonymous Somebody commented on my part 2 video without adding an extra row in the slicer tables. (Cause and Effect). I have revisited the measure and added the revised DAX measure in the comments of my part 2 video. Please use that measure in your solution. Cheers!!
parry2k
Super User
2 years agoAnonymous does it have to match all the selected words or partial match will also work?
Anonymous
2 years agoNot applicable
No, it unfortunately has to match the exact selected word, case sensitive and possibly not parts of other owrds, something like with CONTAINSSTRINGEXACT.