I would calculate the daily deltas of your sales data and implement a time series forecast model by using thean Azure ML R or Python/Python model module that predicts the daily deltas until the end of the month and returns the resulting monthly sum.
If you are not familiar with time series analysis, here is a link to a good description of some basic methods and how to apply them using R.
I think, would predict the daily deltas using an ARIMA model. I found this website containing a description of a time series analysis work flow using R with which you could find a good ARIMA model.
I hope, the above is useful for you.