Forum Discussion

DarranShepherd's avatar
DarranShepherd
New Member
9 years ago
Solved

Selectively applying nested filters on a single column?

Is there a way to ignore part of a filter on a column?   If I have a Date Slicer on a report that is being used to select a subset of dates being displayed on a matrix with date on the rows, can I ...
  • DarranShepherd's avatar
    9 years ago

    I've been searching for about 2 hours. As soon as I post, I find and try

    CALCULATE(MIN(Table[Date]), ALLSELECTED(Table[Date]))

    and get exactly the result I was looking for.

     

    D'oh!