I have a column that is displaying dates in the YYYY-MM-DD format and I would like to create an output that counts how many values there are in each month. How would I go about that?
Use a DateTime tool or formula tool to convert the date to a format including only month and year, then use the new column to group and count the data.