Show only records for the last year

I am trying to create a slice which shows only the rows which have a value in the date column which is within the last 12 months. I am running into a dead end trying to build or find an expression for this.

Any assistance is greatly appreciated.

0 2 262
2 REPLIES 2

Steve
Platinum 4
Platinum 4

Depends on how you define โ€œthe last 12 monthsโ€, but you could try this:

([Date] > EOMONTH(TODAY(), -12))

Thanks Steve! You are always on point man. Much appreciated!

Top Labels in this Space