Forum Discussion

pbinewberic's avatar
pbinewberic
Regular Visitor
1 year ago
Solved

Creating a complicated filter using DAX

Good afternoon I have a bit of a complicated filter I'm hoping someone could help me with I have a data set that I'm trying to filter data down to that could be a bit complex, but want to show in a t...
  • lbendlin's avatar
    1 year ago
    Meets Criteria = if((not [ID] in {"ABC","123"} || [Name] in {"Test 2","Test 4"}) && not [Name] in {"XYZ","789"},"Yes","No")
     
    Note:  Your "Test  2" string has an extra space.