Hi All,
Can anybody suggest how we can achieve running sum for the following scenario
Name | Accounts | Running Sum |
---|---|---|
Jan | 5 | 5 |
Feb | 7 | 12 |
Mar | 5 | 17 |
For the above data when I apply a filter for the 1st row, I would like to have the 1st row hidden based on certain conditions and still retain the running sum.
Name | Accounts | Running Sum |
---|---|---|
Feb | 7 | 12 |
mar | 5 | 17 |
To be more precise, I am trying to do a YTD calculation for a certain measure value but don't want the data to be displayed from the beginning of the year. Any suggestions are welcome.
Thanks in advance