Forum Discussion
Cumulative total with specific date and value
- Anonymous5 years ago
Hi family,
Sorry if I didn’t bring a lot of information
I find finally the solution with two measures as you can see here :
1- Cumulative Cash Balance = CALCULATE([Net Cash Flow],FILTER(ALL('Calendar'),'Calendar'[Week]<= MAX('Calendar'[Week]) && 'Calendar'[Week] > DATE(2021,03,01)))
2- Cash Balance = CALCULATE(3200000 + [Cumulative Cash Balance], FILTER('Calendar','Calendar'[TheWeek] <>DATE(2021, 03, 01)))
Thanks all for your help and hope this post can help others with the same issue 😉
This what I have now :
I make a filter to see only data from 03/01/2021
What I need, is to change the first value of the Cash Balance from $210,310 to $320,000
So then, the cumulative of the Cash Bank will be $-169,675.4 and not $-279,365
Date Sales Cash Bank
2021/03/01 211,722.75$ 320,000$
2021/03/08 489,675.40$ -169,675.4$
Hi Anonymous,
It should help us clarify your scenario and test to coding formula if you please share some dummy data with a similar data structure and expected results.
How to Get Your Question Answered Quickly
Regards,
Xiaoxin Sheng