Hi! I'm trying to filter my dataset, so I only get the rows with the 1st of each month. I want to filter out any data points that are not at the first of every month.
However, when I try to use the date filter & set start period to 1st of May and then period type to months, it still iterates the days and not the months.
How do I solve this? My date format shows up as yyyy-mm-dd. ( I also already parsed it from a string to a date, so that's not the issue)
I uploaded the dataset I want to filter on, because the website didn't wanna let me upload the alteryx file.