Forum Discussion
Rajesh_R1
5 years agoFrequent Visitor
running total for specific value
Hi, I have the below table, in which i calculated the running total. Can any one suggest how to create a seperate measure which filter only the Running total value when SOTAT days at 1? ...
Rajesh_R1
5 years agoFrequent Visitor
amitchandak Many Thanks Amit,
I have already calculated the Running total, what i am looking at some thing like below. A measure to show what is the %GT Running Total alone when SOTAT Days at 1
Thanks and Regards,
Rajesh
- Rajesh_R15 years agoFrequent Visitor
amitchandak Any suggestion Pls?
- Anonymous5 years agoNot applicable
HI Rajesh_R1,
Did you mean to show the rolling total on the row which has the special category type values?
If that is the case, you can write if statement to check the current type to navigate to different calculation formulas. (other types to common calculation, specific type to rolling total)Regards,
Xiaoxin Sheng