Forum Discussion
bcbuckley13
6 years agoHelper III
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,...
- 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
bcbuckley13
6 years agoHelper III
Thank you AZ38! That fixed that issue, but now I got this. 😞
mahoneypat
6 years agoMicrosoft Employee
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