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
Tlotly
Helper V
Helper V

Total average of average

Good day

 

Is it possible to get the total to show the correct average total in a matrix?

 

In the example below, total average should be 53.75, not 52

Tlotly_0-1689667842107.png

Thank you in advance.

 

4 REPLIES 4
mlsx4
Memorable Member
Memorable Member

Hi @Tlotly 

 

Are you using AVERAGE? You should use AVERAGEX instead

Hi @mlsx4  yes I'm using average.

But I tried using avergaex, still getting the same results:

   Measure = AVERAGEX('Centre Attendance', 'Centre Attendance'[Percentage_Attendence])

Tlotly_0-1689669708550.png

 

mlsx4
Memorable Member
Memorable Member

HI @Tlotly 

Your measure should be:

Measure= AVERAGEX(VALUES('Centre Attendance'[Region]),CALCULATE(AVERAGE('Centre Attendance'[Percentage_Attendence])))
 

Thank you @mlsx4. Your measure works perfectly. The only problem I'm having now is the regions drill down from zone to the centre level so it doesn't work on those levels. 

Tlotly_0-1689861080785.png

 

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