Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

DATEADD not working on certain date values

I have a calculated column in my data set (DataTable2019 Test) which is looking at a date column (History Date) subtracting one year from the date and then returning a custom formatted date. For full...
  • AUaero's avatar
    4 years ago

    I'm guessing your date table doesn't have dates prior to 2020.  DATEADD doesn't work by adding or subtracting from a given date, it returns a result from your date table shifted by the interval you've specified.  If no dates exist prior to 2020, you won't get a result.  Take a look at the DATEADD documentation for more info.
    DATEADD function (DAX) - DAX | Microsoft Docs