Forum Discussion

revansh's avatar
revansh
Icon for Helper IV rankHelper IV
6 years ago

RUNNING SUM OF A MEASURE

Hi All,

 

I have a requirement to blindly calculate the running sum of a measure. Given below is my sample data.

Column 1,2,3 is my source data.

Colum 4 = Calculated measure

Column 5 = running total

Column 6 = expected running total (how to achive this)

 

PLease help. thanks

 

DateA Value B ValueMEASURE = IF SUM(B)=0 THEN 0 ELSE SUM(A)/SUM(B)ACTUAL RUNNING SUM OF COLUMN DREQ RUNNING SUM OF D
1-Feb105222
2-Feb2010224
3-Feb150034
4-Feb401048.58

4 Replies