The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. 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 |
---|---|
15 | |
12 | |
8 | |
7 | |
7 |
User | Count |
---|---|
24 | |
20 | |
12 | |
10 | |
7 |