Add Month and Year filter to a table viz

Hello! How can I add a Month and Year filter to the attached viz. The creation date is a calculated field (min(creation_date)). I want to give two filters Month and Year so that the view is filtered based on that. Thanks in advance!
image

@nive276 - You can create 2 calculated fields using the extract function to extract the year and month from the Creation Date. Then you can use those in Filters. Hope this helps!

That worked! Thank you!

Hello,

For months, it shows the month number (like 1, 2, 3, etc.).
I want the month’s name instead. (Like Jan, Feb, Mar etc or January, February, March etc)

Best,
Vaibhav