Forum Discussion

steambucky's avatar
steambucky
Helper III
8 years ago
Solved

DATEDIFF syntax error in measure.

Hello I am doing some wrong here....     All i am trying to do create a measure that calculates the months since animals have been vacinated.   This is the what i am writing:   Since vac...
  • Ashish_Mathur's avatar
    8 years ago

    Hi,

     

    Does this work?

     

    =DATEDIFF(MAX(Data[VacDate]),TODAY(),Month)