Forum Discussion

Mo-PHAT's avatar
Mo-PHAT
Helper I
9 years ago
Solved

DateAdd does not work across year boundaries

Hi,   I have found that I cannot use a DateAdd to find a date outside of the current year.   Being the 31st Jan 2017 today, if I use (custom column)   DATEADD('Data'[Today].[Date],-3,month) It ...
  • v-haibl-msft's avatar
    9 years ago

    Mo-PHAT

     

    You need to create a Calendar table which contains the full calendar date if you want to use DATEADD Function.

    This blog should also be helpful to you.

     

     

    Best Regards,

    Herbert