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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

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
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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