Forum Discussion

happyfeet992's avatar
happyfeet992
New Member
4 years ago
Solved

Measure include only one filter

Hi, I have an issue with one measure and filtering.    In my table I have four columns: BatchId, Date, Qty, Color.   I have slicer for Color and Date. I need to prepare measure where I include o...
  • jppv20's avatar
    4 years ago

    Hi happyfeet992 ,

     

    Not sure if I understand the question correctly, but have you tried 

    ALLEXCEPT('Table','Table'[Date])
     
    If I answered your question, please mark it as a solution to help other members find it more quickly.