You can probably use set analysis (please check the Help for set analysis if you are not familiar with it) to limit your records you agreggate over to the current month resp. the previous month.
Maybe you could also use Month as additional dimension to your aggr() function and use Month also as dimension in your chart object and limit the dimension values to the two values you are interested in.
If you post some lines of sample data or a small sample app, I think someone here might help you out with the exact syntax.