I have a table which has months as dimensions. I want to loop through all months and create new rows in another table by concatenating current month and previous month.
For April, i want to generate "April / March" or "4 / 3" and so on. Then i will use this new dimension for getting the % differece between two months.