Forum Discussion
Kurtle
6 years agoHelper II
Running Cumulative Percent
Hi team, I am trying to get a running percent using a meaure here. What I would like to do is get a cumulative percent of Gross Gath Gas when sorted by GOR. Both GOR and Gross Gath Gas are measu...
amitchandak
6 years agoSuper User
You can use quick measure, there you have option for running total use that.
For GT use
GT =Calculate(Sum(Table[GOR]),all(Table))
Divide 2.
Appreciate your Kudos.