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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Syndicate_Admin
Administrator
Administrator

Average in rows

hello, I need to calculate please, a row that has percentages in some cells

Jose31_0-1646454739195.png

thanks for your help, sorry I am a beginner.

1 ACCEPTED SOLUTION
YukiK
Impactful Individual
Impactful Individual

You can either pivot your data and use AVG() function for the consolidated row for all the percentages values, or you can simply do something like

DIVIDE( percentage1 + percentage2 + percentage3, 3)

 

Hope this helps!

View solution in original post

2 REPLIES 2
v-henryk-mstf
Community Support
Community Support

Hi @Syndicate_Admin ,

 

Whether the advice given by @YukiK  has solved your confusion, if the problem has been solved you can mark the reply for the standard answer to help the other members find it more quickly. If not, please point it out.


Looking forward to your feedback.


Best Regards,
Henry

YukiK
Impactful Individual
Impactful Individual

You can either pivot your data and use AVG() function for the consolidated row for all the percentages values, or you can simply do something like

DIVIDE( percentage1 + percentage2 + percentage3, 3)

 

Hope this helps!

Helpful resources

Announcements
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!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

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