Forum Discussion
shippen70
5 years agoHelper I
Custom Column in Date Range
I'm trying to create a custom column in my date table to determine if the date is Less than today and equal to or greater than -182 days. When I use the below syntex all the dates in the table retur...
- 5 years ago
You may be over complicating things a bit.
IsInPrev6Mo = 'Rolling Calendar'[Calendar Date]< TODAY() && 'Rolling Calendar'[Calendar Date]> TODAY()-182
lbendlin
5 years agoSuper User
You may be over complicating things a bit.
IsInPrev6Mo = 'Rolling Calendar'[Calendar Date]< TODAY() && 'Rolling Calendar'[Calendar Date]> TODAY()-182