Forum Discussion

OneWithQuestion's avatar
OneWithQuestion
Post Prodigy
6 years ago
Solved

Date Filter: default to current day?

Is there anyway to set a date filter to default to current day, or X days ago, etc?   I've tried doing relative date last week or is today, etc... but all that does it limit the values available to...
  • mwegener's avatar
    6 years ago

    I know this problem.
    I create a column where i renamed the actual day as "Actual day", to set the default filter on it.

     

    DateFilter = IF('Date'[Date]=TODAY(),"Actual day",FORMAT('Date'[Date],"dd.MM.yyyy"))
     
     
    Please give Kudos for support.
    If I answered your question, please mark my post as solution, this will also help others.