Forum Discussion

khappersett's avatar
khappersett
Resolver I
8 years ago
Solved

Ignore Row Context in Measure

I am trying to return the maximum catalog date based on a certain slicer, but ignoring all other filters and row context. I am using the below measure:   most recent test = CALCULATE(MAX('Catalog D...
  • Phil_Seamark's avatar
    8 years ago

    HI khappersett

     

    I think you need to clear the filter context on the Wholesale ID field.  Try adding that field to your ALLEXCEPT function as a third parameter.