Forum Discussion

dspringdev's avatar
dspringdev
Frequent Visitor
6 years ago

Cummulative Toatl from Current Month Forward

Hello,

What my measure needs to do:

I need to calculate the cummulative total from the current month forward. However, I need this calculation to start at the latest value of the previous month of another separate measure.

March 2020XYNeededMeauser
April 202015  
May 202022  
June 202025 25
July 2020 1616 + ( 25 )
Aug 2020 8080 + ( 16 + 25 )
Sep 2020 9191 + ( 80 + 16 + 25 )

3 Replies

  • Will "current month"  always be defined by the clock?  IE on July 1st will you no longer consider the June numbers?

     

    Also, when does it end? At the end of the year or at the end of your data?

    • dspringdev's avatar
      dspringdev
      Frequent Visitor

      I apologize, didn't see the last part there.

      The data ends at the final date of the current filtered project. So, it is variable.