Forum Discussion
Kurtle
Helper II
6 years agoRunning 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
Super User
6 years agoI doubt on GT , but cumm should work
cumm total =Calculate(Sum(Table[GOR]),filter(all(Table),table[UWI]<=max(table[UWI])))
GT = sumx(summarize(all(Table),Table[table[UWI]],"_gor",[GOR]),[_gor])
Kurtle
Helper II
6 years agoI get the following error message when trying that