Forum Discussion
MathieuF
Helper III
1 year agoAdapt according to the current date
Hello, I have a date filter. Is it possible for this filter to adapt according to the current date. For example, I open my report, I want the end date to be the current date. How do I do this? ...
MathieuF
Helper III
1 year agoHello again Kedar_Pande , lbendlin ,
I looked and I can't apply his method.
My table is built like this:
Calendar = ADDCOLUMNS(
CALENDAR(EDATE(TODAY(), -36), TODAY()),
"Datekey",ROUNDDOWN([Date],0),
"Annee",YEAR([Date]),
"Mois",MONTH([Date]),
"Jour",DAY([Date]),
)
My "date" column starts from today to 10/02/2021.
I use the following segment:
I would like the end date to be systematically today's or yesterday's date.