Forum Discussion
AileenIsagani
2 years agoRegular Visitor
Date Filter
My report deals with 3 months before and 3 months after with no specific date to make the report automatic. Is there a date filter for that. as relative filter only consist of is in the next, in the...
- 2 years ago
AileenIsagani , Create a column in date table and use it in slicer of page level filter
if([Date]>= eomonth(today(),-4)+1 && [Date]<= eomonth(today(),3),"Three in Past and three next", "Other months")
You can try "preselected slicer" custom slicer, that will allow measure to default the value
amitchandak
Super User
2 years agoAileenIsagani , Create a column in date table and use it in slicer of page level filter
if([Date]>= eomonth(today(),-4)+1 && [Date]<= eomonth(today(),3),"Three in Past and three next", "Other months")
You can try "preselected slicer" custom slicer, that will allow measure to default the value