Forum Discussion

schoden's avatar
schoden
Post Partisan
6 years ago
Solved

Running Total

Hi Experts, 

 

I have been spending last 2 hours on this formula and it doesnt seem to work still. Please help. 

 

I needed a running Total for the actual Hours from Many sided Table( With date Entered, actual hour accumulates).  The two tables are have one to many relationship.  The V_PM_project table filters the many sided table.

  • Hi schoden 

     

    Try this one?

     

    Running total = calculate(sum(V_PM_project(Hours_actual),Filter(ALLSELECTED(V_PM_project),[date_entered]<=max(V_PM_project'[date_entered]))

     

     

     

8 Replies