Forum Discussion
SLima
4 years agoHelper I
filter with current date automatic
filter with current date automatic
amitchandak
4 years agoSuper User
SLima , You need create a new column like this and filter on page using Today
Date Type = SWITCH(TRUE(),'Date'[Date]=TODAY(),"Today"
,'Date'[Date]=TODAY()-1,"Yesterday"
,'Date'[Date]&"")
- SLima4 years agoHelper I
I understand, but if I want to filter another date I can't