I have a list with many items which has a column that captures the month/year. I have turned on the count totals to show how many items there is per month, but what I want to do is put this count number into a column or table/chart so I can see something like the below. These will be used as metrics.
| Month | Count (no of items) |
| Jan | 26 |
| Feb | 30 |
| March | 68 |
| April | 32 |
| May | 58 |