Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

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...
  • amitchandak's avatar
    5 years ago

    Anonymous , Try a measure like

     

    Averagex(Values(Table[Country]), Calculate(Sum(Table[value])))