Forum Discussion
Anonymous
5 years agoNot applicable
Adding a Total to matrix
Hi Everyone, As I see, when adding a 'row subtotals' In a matrix, that's automatically doing the Total according to the value's formula. for example, this is my row data - I created a ma...
- 5 years ago
Anonymous , Try a measure like
Averagex(Values(Table[Country]), Calculate(Sum(Table[value])))
Anonymous
5 years agoNot applicable
That works, thanks!