I have a table like the following

Where the total count is a sum of values for the month/year, so the row groups are Year, Month
I would like to include another column that shows the running difference in count from one month to the next, like follows

I am not sure how to achieve this. Any help would be appreciated.
Thank you