Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
User | Count |
---|---|
22 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
25 | |
12 | |
11 | |
7 | |
6 |