Forum Discussion
Stuck on Creating reverse running total based on other columns
- 4 years ago
Hi CameronKudos
I believe you need to do a grouped running total. The only difference is that you need to subtract rather than add. My suggestion is multiply daily rate column with -1 and do a grouped total. It should work. You can search for running total grouped on Google and you will get lot of articles. I just found that this one is useful.
https://www.goodly.co.in/running-total-power-query/
Let me know how this works.
Thanks
Hi CameronKudos
I believe you need to do a grouped running total. The only difference is that you need to subtract rather than add. My suggestion is multiply daily rate column with -1 and do a grouped total. It should work. You can search for running total grouped on Google and you will get lot of articles. I just found that this one is useful.
https://www.goodly.co.in/running-total-power-query/
Let me know how this works.
Thanks
All good, I got it by adding a running total to the daily rate, then using that colum to subtract from the total amount remaining. Thank you