Forum Discussion
StephenGW
Helper II
5 years agoIgnore Slicer in Measure
Hello, I read a few similar threads but couldn't find one that would work with my measure. I made this measure using Quick Measure to find the most recent date where a column equals "Fail". ...
- 5 years ago
Thank you everyone for the help. I ended up going a different route that can be seen here.
Solved: Re: Count by criteria - Microsoft Power BI Community
StephenGW
m3tr01d
Continued Contributor
5 years agoYou'll need to use either
ALL( Data[Audit Month], Data [Audit Year]), Data[Pass/Fail]="Fail")or
ALL( Data[Audit Month], Data [Audit Year]), Data[Audit Date] )if you want to remove the filter on Month and Year slicer and also filter Audit_Date or Pass/Fail column