I am trying to predict how much revenue a store will generate in next month based on revenues of previous months. I was doing simple regression for forecasting before, but I have recently read about stationary and non-stationary data, and how most analysis are being done on stationary series.
Should I also convert my data to stationary before analysis? Or is trend in data important in my case?