Forum Discussion

bcbuckley13's avatar
bcbuckley13
Helper III
6 years ago
Solved

Getting Token eOF Error for formula, but not sure why. Still learning DAX.

I'm trying to create a column that tells me if someone completed a course before the Due Date, and if not, then Overdue. The initial challenge I had was that if someone didn't complete it at all yet,...
  • mahoneypat's avatar
    mahoneypat
    6 years ago

    TODAY() is a DAX function.  The equivalent in M is Date.From(DateTime.LocalNow())

     

    If this works for you, please mark it as the solution.  Kudos are appreciated too.  Please let me know if not.

    Regards,

    Pat