Hello,
When attempting to perform a cumulative sum per month, I consistently encounter the same issue. If I do not use the month number, the months are sorted alphabetically. However, if I use the month number to order them correctly, I lose the cumulative sum and instead get sums for each individual month. How can I resolve this situation?
Thank you,
Cumulative Sum by month Cumulative Sum by month