Forum Discussion
DarranShepherd
9 years agoNew Member
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 ...
- 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!
DarranShepherd
9 years agoNew Member
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!