Count by month
I have a column of dates indicating when a particular event happened. I want to make a graph showing the count of those events per year-month. I tried the chart object with my statistic being N(DateOfEvent) and the Additional Role being Grouping Month Year[DateofEvent}, but I get an error about too many points.