Hi Ashley,
If you're looking to have month as a column, you will want to define the label as the month, instead of the Date Time.
For that, you should fill in the Label field to something like Format_DateTime(Sheet1.DateTime, "MM-yyyy")
In this way, information will be organized by month / year in format MM-yyyy (e.g. 12-2020).
You can also easily adapt the format you want taking advantage of Format_DateTime function, how to use it below:

Hope it helps.
Regards,
João