Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago

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

  • hi Anonymous 

     

    are you expecting something like:

    DATEDIFF(TableName[Date], TODAY(), DAY)

    in a calculated column or inside a measure expression?

  • Anonymous's avatar
    Anonymous
    Not applicable

    thank you it worked