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! Learn more

Reply
Syndicate_Admin
Administrator
Administrator

Weighted Average - Arithmetic Mean

Good afternoon

We have been working for several weeks on being able to make a Weighted Average/Arithmetic to include it in a dashboard. The problem is that we only get the "normal" average and it is a puzzle. If anyone has the solution would be appreciated

Edgar2023_0-1693492923467.png

Edgar2023_1-1693492958639.png

If anyone knows the solution to add the weighted to add it to the "average leadtime" box.

Thank you

2 REPLIES 2
Syndicate_Admin
Administrator
Administrator

Good morning

Where the data would come from would be here:

Edgar2023_0-1693557501600.png

Thank you

amitchandak
Super User
Super User

@Syndicate_Admin , Need a sample data for that.

 

But

divide(Sumx(Table, [Col1] * [col2]), Sumx(Table, [Col2]) )

 

should help

 

If this does not help
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

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