Scott86,
When decision tree is used, one can do predictive modeling (using the past to predict future) or one can describe to get insights.... In the former, one builds a tree using data from a snapshot time (which in your case is a month), then to apply the tree to score on future months, unlike what you are doing. What you are doing essentially is describing monthly variations using a decision tree. In this light, if your job is to report on monthly variations, I would say the explanations details you have provided are easier to understand and more useful than comparing GINI. In other words, the route does not need to go through GINI. GINI is typically if you are scoring a model into future periods and you are looking for a summary way to tell you if the model is off track and needs a rebuild.... Hope this helps. Jia