Forum Discussion
Anonymous
4 years agoNot applicable
Dynamic Time Slicer based on latest available data
Hi all, I tried to find something on the forum but without results. I have a report that is publish in a premium workspace that has sales data until 31 Dec 2021. The source data of the report i...
amitchandak
Super User
4 years agoAnonymous , Your best bet is a relative date slicer. We can default a date range slicer.
We can do some static selection like
a new column in date table
Month Type = Switch( True(),
eomonth([Date],0)= eomonth(max(Table[Date]),0),"Current Month" ,
Format([Date],"MMM-YYYY")
)
and then save slicer on current month