Forum Discussion

juliaellershaw's avatar
juliaellershaw
Frequent Visitor
5 years ago
Solved

Average measure

Hi, I have some survey data and am trying to work out the formula for a measure that will give me the average of the answers for only one of the questions. For example, with this example data, how wo...
  • amitchandak's avatar
    5 years ago

    juliaellershaw , Try like

    averageX(filter(Table, Table[Question]="Q1"), Table[Answer])