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

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

Reply
AdolfoE_CR
Frequent Visitor

Measure Average from Matrix

Team, 

 

I need your help on getting average calculation, similar as in a Pivot Table based on the Column totals

If I add Subtotal, it will do a SUM, and not average. 

AdolfoE_CR_1-1673566389764.png

Each value is composed by a measure and each row is a person name. 

AdolfoE_CR_2-1673566427364.png

If I do it on an Excel  Pivot it will wor fine, but need to show it on a PBI visual, by month.  

AdolfoE_CR_0-1673566320427.png

Thank you all in advance for sharing your wisdom. 

 

Adolfo Escalante
CR
PBI Enthusiast 

 

 

1 ACCEPTED SOLUTION
Greg_Deckler
Community Champion
Community Champion

@AdolfoE_CR First, please vote for this idea: https://ideas.powerbi.com/ideas/idea/?ideaid=082203f1-594f-4ba7-ac87-bb91096c742e

This looks like a measure totals problem. Very common. See my post about it here: https://community.powerbi.com/t5/DAX-Commands-and-Tips/Dealing-with-Measure-Totals/td-p/63376

Also, this Quick Measure, Measure Totals, The Final Word should get you what you need:
https://community.powerbi.com/t5/Quick-Measures-Gallery/Measure-Totals-The-Final-Word/m-p/547907

Also: https://youtu.be/uXRriTN0cfY
And: https://youtu.be/n4TYhF2ARe8



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

View solution in original post

2 REPLIES 2
AdolfoE_CR
Frequent Visitor

@Greg_Deckler 
Thank you for the insights
In the beginning I had some issues, but this gave me some good insight into the calculation
I was able to solve it using this formula 

AdolfoE_CR_0-1673630399141.png

 
AVG =
AVERAGEX(
    SUMMARIZE('RAW data','RAW data'[Month],'RAW data'[Agent Name],"_value", [Average of Monthly Expected prductivity  divided by Tickets]),[_value])

 

Adolfo Escalante
CR
PBI Enthusiast 

Greg_Deckler
Community Champion
Community Champion

@AdolfoE_CR First, please vote for this idea: https://ideas.powerbi.com/ideas/idea/?ideaid=082203f1-594f-4ba7-ac87-bb91096c742e

This looks like a measure totals problem. Very common. See my post about it here: https://community.powerbi.com/t5/DAX-Commands-and-Tips/Dealing-with-Measure-Totals/td-p/63376

Also, this Quick Measure, Measure Totals, The Final Word should get you what you need:
https://community.powerbi.com/t5/Quick-Measures-Gallery/Measure-Totals-The-Final-Word/m-p/547907

Also: https://youtu.be/uXRriTN0cfY
And: https://youtu.be/n4TYhF2ARe8



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.