I have a slice that filters for all activity created last month. Normally it works, however, this month ‘January’, its picking up last month ‘December 2020’ but also December ‘2019’. How do I include month/year? My slice expression is below:
AND(MONTH([Created Date]) = MONTH(EOMONTH(TODAY(), -1))