Forum Discussion
Sannaka
4 years agoNew Member
Calendar -table, date x months before today
I want to create a new column to my Calendar table that shows the date four months before today. This is the formula I've used: 4 months history = DATE( YEAR( Calendar[Date] ), MONTH( Calendar[Date...
- 4 years ago
HI Sannaka ,
You can try below code:-
4 months history = DATEADD ( Calendar[Date], -4, MONTH )Thanks,
Samarth
Samarth_18
Community Champion
4 years agoHI Sannaka ,
You can try below code:-
4 months history =
DATEADD ( Calendar[Date], -4, MONTH )Thanks,
Samarth