Hello to everyone.
I have a dataset with 4 variables and the rest are months from March 2021 to June 2022, the workflow that I just does two main things.
1)Get rid of duplicate and sum their values by month.
2)Arrange Month in not alphabetical order after the Sum.
But what I need is to show just information about “the previous month” until May if we are in June, until July if we are in June and so on, doing a “Sort Descending” of such month.
This is very difficult for me because the month are supposed to be dynamic and not quite sure how to accomplish that.
Thank you.