Forum Discussion
dw700d
Post Patron
6 years agocountdown 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
Microsoft Employee
6 years agoYou 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 ago
Post Patron
Perfect thank you