Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin 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.
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 :
Data given in rows,columns and values :
My expected outcome is :
Example for averages : ACA average is calculated as 0/1=0%
Brazil Average is calculated as 100+17/2=59%
Solved! Go to Solution.
@Anonymous
Then use
Exception HAndling % Average Total =
AVERAGEX (
SUMMARIZE ( 'Table', 'Table'[Area], 'Table'[Control] ),
[Exception HAndling %]
)
Hi @Anonymous
Please try this measure in the values of the matrix
Exception HAndling % Average Total =
AVERAGEX ( VALUES ( 'Table'[Control] ), [Exception HAndling %] )
Hey thanks for the quick reply,
now the row wise average are correct
but column wise is wrong
@Anonymous
Are area and Control from the same table? If different tables, would you please provide details about the relationships?
coming from same table
@Anonymous
Then use
Exception HAndling % Average Total =
AVERAGEX (
SUMMARIZE ( 'Table', 'Table'[Area], 'Table'[Control] ),
[Exception HAndling %]
)
its working now thank you
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
10 | |
8 | |
8 | |
8 | |
6 |
User | Count |
---|---|
14 | |
12 | |
11 | |
9 | |
9 |