Forum Discussion

ronaldbalza2023's avatar
ronaldbalza2023
Continued Contributor
4 years ago
Solved

Removing filter date context

Hi everyone, how can I remove the filter context having a date slicer? thanks in advance đŸ™‚

Vacant Properties = 
CALCULATE (
    DISTINCTCOUNT ( 'Lot Vacancy'[Id] ),
    FILTER ( 'Lot Vacancy', 'Lot Vacancy'[IsRental] = TRUE () )
)

 

2 Replies