Forum Discussion
Anonymous
3 years agoNot applicable
calculate difference between dates
good morning people,
I need to calculate the date occurrences, and bring the current date "Column that I don't have in the report"
and know the difference between dates in days
2 Replies
- FreemanZSuper User
hi Anonymous
are you expecting something like:
DATEDIFF(TableName[Date], TODAY(), DAY)
in a calculated column or inside a measure expression?
- AnonymousNot applicable
thank you it worked