Forum Discussion
dw700d
6 years agoPost Patron
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 ...
- 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
mahoneypat
6 years agoMicrosoft Employee
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
- dw700d6 years agoPost Patron
Perfect thank you