Forum Discussion
visheshjain
Impactful Individual
3 years agoFilter Slicer from Measure values
Hello eveyone,
I have 3 tables. Calendar, Sale and Parameter.
Parameter has values ranging from 1-24, which are the number on months I want to go back.
I am trying to filter a slicer which has ...
johnt75
Super User
3 years agoYou need another measure like
Date is visible =
IF ( SELECTEDVALUE ( 'Date'[Date] ) IN CALENDAR ( [Min date], [Max date] ), 1 )
and use that as a visual level filter on the slicer.
- visheshjain3 years ago
Impactful Individual
- johnt753 years ago
Super User
what does it show if you click on "see details" ?
- visheshjain3 years ago
Impactful Individual
As you can see the start and end dates are not blank as shown in the card visual below.