Forum Discussion
Vishal_2202
3 years agoFrequent Visitor
Previous date
I want previous sys date So how to create custom column for that
- 3 years ago
Vishal_2202 , DAX
Date = today() -1
Power Query
=Date.AddDays(DateTime.Date(DateTime.LocalNow()),1)
Check
https://www.youtube.com/playlist?list=PLPaNVDMhUXGZdm-2DIMrS54Z2J0TAxj0X
amitchandak
3 years agoSuper User
Vishal_2202 , DAX
Date = today() -1
Power Query
=Date.AddDays(DateTime.Date(DateTime.LocalNow()),1)
Check
https://www.youtube.com/playlist?list=PLPaNVDMhUXGZdm-2DIMrS54Z2J0TAxj0X
- Vishal_22023 years agoFrequent Visitor
I want that in custom column so I can make another custom column with it.
- amitchandak3 years agoSuper User
Vishal_2202 , yes the code is for custom columns only
- Vishal_22023 years agoFrequent Visitor
Power Query formula works just a small correction there should -1 instead of 1.
Thanks for help