Forum Discussion

sdionne's avatar
sdionne
Frequent Visitor
7 years ago
Solved

Date Slicer, Set a specific date at opening

Hello all, II not found exactly what I am looking for. I have a slicer by date (Calendar by Tallan) and when I open the report I want that the selected date is the max date, sometime the max date is...
  • v-jiascu-msft's avatar
    v-jiascu-msft
    7 years ago

    Hi sdionne,

     

    The column should be in the table [Calendrier]. The formula could be as follows. Then it will work with the dates. 

     

    Column =
    VAR maxDate = MAX ( StatProcessus[Hier] ) RETURN IF ( [Date] = maxDate, 1, 0 )
    

     

    BTW, make sure you didn't share anything sensitive.

     

    Best Regards,