Currently, we have 5 as the maximum limit up to which a datasource can be branched into. We have encountered customer scenarios wherein the financial data needs to be branched to 12 (for each month in a year). The feature limitation is forcing to resort to more complex solutioning, by first branching to 4 quarters and each quarter split again into 4 and eventually use Unions to bring it all together.
This could be much simplified for similar financial data requirements, if we have an option to increase the branching to at least 12.