Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
Cervo114
Frequent Visitor

Total no cumulative

Hi, i have a column that calculates the margin as a percentage, between some columns. In the total I would like you to average the margin between all the rows, instead also in the total row, it calculates the percentage between the columns. How could I do? Thanks in advance

1 ACCEPTED SOLUTION
Anonymous
Not applicable

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:

RicoZhou_0-1655451079864.png

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.

RicoZhou_1-1655451207297.png

 

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.

 

 

 

View solution in original post

1 REPLY 1
Anonymous
Not applicable

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:

RicoZhou_0-1655451079864.png

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.

RicoZhou_1-1655451207297.png

 

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.

 

 

 

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors