Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
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 measures. Any ideas?
Thank you in advance!
Hi , @Kurtle
Sorry for that I am not sure what you want.
Isn't 6.25 your result?Or you want to show it as a percentage?
If it is the former, I hope you can show the results you want .It will be better to understand your problem.
If it is the latter, you can use the percentage format button directly for measure as below:
Best Regards,
Community Support Team _ Eason
@v-easonf-msft
Sorry for the poor explanation... I would like to have a cumulitive percentage of the Gas when the table is sorted in descending order by GOR. See the picture below. Normally I would not have a problem doing this with a date but the GOR column is a Measure and all rows are from the same week. So I am unsure what to use as a index column to follow something like such as this.
Try measures like this
cumm total =Calculate(Sum(Table[GOR]),filter(all(Table),table[UWI]<=max(table[UWI])))
GT =Calculate(Sum(Table[GOR]),all(Table))
Cumm % =divide([cumm],[GT])
Appreciate your Kudos.
@amitchandak I am unsure how to do this since the GOR colum is a measure so it will not allow me to sum it
cumm total =Calculate(Sum(Table[GOR]),filter(all(Table),table[UWI]<=max(table[UWI]))) GT =Calculate(Sum(Table[GOR]),all(Table))
cumm total =Calculate((Table[GOR]),filter(all(Table),table[UWI]<=max(table[UWI])))
GT =Calculate((Table[GOR]),all(Table))
Or share the formula for GOR
@amitchandak
The formula for GOR is:
I 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])
I get the following error message when trying that
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.
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 38 | |
| 38 | |
| 37 | |
| 28 | |
| 28 |
| User | Count |
|---|---|
| 124 | |
| 89 | |
| 73 | |
| 66 | |
| 65 |