How to filter records by current month, week, today?

Answered

I am trying to create a filter that shows the data from the current month, current week and today. I previously had this filtered by the last 30 days, last 7d days using a timestamp_subtract_days filter with the number of days as input. However I am stuck on figuring out how I can filter by the current month, week. Does anyone know how can I do this?

This is how I have my endpoint right now

3 replies