Averaging the score from multiple rows... only in each group

Hi @THNQ - is this what you are looking for.
Here I used this formula on the Average Column -
thisTable.Filter(Name=thisRow.Name).Values.Average()

1 Like