Forum Discussion

dw700d's avatar
dw700d
Post Patron
6 years ago
Solved

countdown days until a project ends

I  would like to create a card that counts down the days remaining until a projects ends. The project ends  2/16/ 2023, therefore the project ends in 941 days. As each day goes by I would like the ...
  • mahoneypat's avatar
    6 years ago

    You can use this measure in a card visual to get remaining days.

     

    Countdown = DATEDIFF(TODAY(), DATE(2023,2,16), DAY)

     

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

    Regards,

    Pat