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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Anonymous
Not applicable

Need to display average instead of totals in a matrix

Hi Team, 

As you can see i have a matrix visualization here , Having Rows : Area , Columns : Controls , And Values : A measure 

i need to find the average but the average is showing here as wrong as below picture :

adithyanv_0-1679640663432.png

Data given in rows,columns and values :

adithyanv_1-1679640697776.png

 

 My expected outcome is :

adithyanv_2-1679642209862.png

Example for averages : ACA average is calculated as 0/1=0%

                                     Brazil Average is calculated as 100+17/2=59%

 

 

1 ACCEPTED SOLUTION

@Anonymous 
Then use

Exception HAndling % Average Total =
AVERAGEX (
    SUMMARIZE ( 'Table', 'Table'[Area], 'Table'[Control] ),
    [Exception HAndling %]
)

View solution in original post

6 REPLIES 6
tamerj1
Super User
Super User

Hi @Anonymous 
Please try this measure in the values of the matrix

Exception HAndling % Average Total =
AVERAGEX ( VALUES ( 'Table'[Control] ), [Exception HAndling %] )
Anonymous
Not applicable

Hey thanks for the quick reply,

now the row wise average are correct

but column wise is wrong

 

adithyanv_0-1679646828485.png

 

@Anonymous 

Are area and Control from the same table? If different tables, would you please provide details about the relationships?

Anonymous
Not applicable

coming from same table

@Anonymous 
Then use

Exception HAndling % Average Total =
AVERAGEX (
    SUMMARIZE ( 'Table', 'Table'[Area], 'Table'[Control] ),
    [Exception HAndling %]
)
Anonymous
Not applicable

its working now thank you

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

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