Forum Discussion
Nibz
8 years agoHelper I
Slicer last day
Hello, I have a timeline slicer based on the last day, but users can select 7 days before I would like each day the slicer is in the last day. When a user enter in the report, it is on the l...
Anonymous
8 years agoNot applicable
Nibz,
Please use the DAX below instead, then create a slicer using this column and set its value to 1.
Yesterday= IF( Reservation[Start] = TODAY() - 1, 1, 0)
Regards,
Lydia
Nibz
8 years agoHelper I
I am sorry, it is still not goof for me.
The new column is ok but it is not possible to select the 1.