Forum Discussion
happyfeet992
4 years agoNew Member
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...
- 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.
jppv20
4 years agoSolution Sage
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.