Forum Discussion

yosemite's avatar
yosemite
Icon for Helper III rankHelper III
6 years ago
Solved

Filter OUT Multiple Values

Hello - Here's the link to my original post.    I have to filter out two values in the Measure. The values are "RDO" and "Weekend".  How do I update the measure below to filter out two values? ...
  • AlB's avatar
    6 years ago

    Hi yosemite 

    FILTER( 'Table','Table'[Value]<>"RDO"  && 'Table'[Value]<>"Weekend" )

     

    Please mark the question solved when done and consider giving kudos if posts are helpful.

    Contact me privately for support with any larger-scale BI needs, tutoring, etc.

    Cheers