Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
hello, I need to calculate please, a row that has percentages in some cells
thanks for your help, sorry I am a beginner.
Solved! Go to Solution.
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!
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
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!
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.