Forum Discussion
bwanRPD
4 years agoFrequent Visitor
Average the averages within a Matrix?
Is there a way to have the Matrix visualization average all the rows, but have the grand total average the averages? Please see screenshot below. I have "elements" which you see all begin w...
amitchandak
Super User
4 years agobwanRPD , Using the columns in the matrix
Averagex(Addcolumns(Summarize(Table, Table[Buliding], Table[Element]), "_1", [Avg]), [_1])
bwanRPD
4 years agoFrequent Visitor
Hi, sorry I am not as familiar with writing DAX in PBI. Am I adding this in as a measure within the Matrix, or a separate column in the data table?
The DAX you provided gives a couple tables in the parameter, but the "Building" and "Element" is all part of the same 1 table.