Forum Discussion
Vishal_2202
3 years agoFrequent Visitor
Previous date
I want to create a custom column for previous date of sys date (sys date -1)
- Anonymous3 years ago
Hi Vishal_2202,
I'd like to suggest you use today function to create a calculated column show the previous date of running system date. (the result will change when system date changes)
PreviousDate = TODAY()-1TODAY function (DAX) - DAX | Microsoft Learn
Regards,
Xiaoxin Sheng
Anonymous
3 years agoNot applicable
Hi Vishal_2202,
I'd like to suggest you use today function to create a calculated column show the previous date of running system date. (the result will change when system date changes)
PreviousDate = TODAY()-1
TODAY function (DAX) - DAX | Microsoft Learn
Regards,
Xiaoxin Sheng