Forum Discussion

ThomasSan's avatar
ThomasSan
Helper IV
4 years ago
Solved

DATEDIFF only returning same value

Hi people,   I am having the issue that my DATEDIFF returns the same value again (rather than the corresponding value from three months ago). The problem looks as follows:   The dax command...
  • johnt75's avatar
    johnt75
    4 years ago

    To work properly the time intelligence functions need a date table which contains all the dates for any given year. Create a date table and link it to your fact table, and then use the 'Date'[Date] column instead of the 'Table'[Date] column