Forum Discussion
Total no cumulative
- Anonymous4 years ago
Hi Cervo114 ,
Do you mean that you want to calculate average based on above each row percentages instead of total percentage in subtotal field?
I think you can calculate the average based on percentage measure above.
My Sample:
Measure = DIVIDE(SUM('Table'[Value1]),SUM('Table'[Value2]))Create a new measure to calculate average based on percentage above.
Measure 2 = AVERAGEX(VALUES('Table'[Category]),[Measure])Result is as below.
Best Regards,
Rico ZhouIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Cervo114 ,
Do you mean that you want to calculate average based on above each row percentages instead of total percentage in subtotal field?
I think you can calculate the average based on percentage measure above.
My Sample:
Measure = DIVIDE(SUM('Table'[Value1]),SUM('Table'[Value2]))
Create a new measure to calculate average based on percentage above.
Measure 2 = AVERAGEX(VALUES('Table'[Category]),[Measure])
Result is as below.
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.