Calculate average for rows matching conditions

I have added a column โ€œAverageโ€ to a table called โ€œScorecardโ€ which is calculating the average of column โ€œGrossโ€ in a table called โ€œRoundsโ€ using formula: AVERAGE(Rounds[Gross])

This gives me the average for all rows in table โ€œRoundsโ€

I am trying to modify this to only calculate the average where the column โ€œHoleโ€ in table โ€œRoundsโ€ is equal to column โ€œHoleโ€ in the current table โ€œScorecardโ€.

Any help greatly appreciated.

Solved Solved
0 3 263
1 ACCEPTED SOLUTION

Steve
Platinum 4
Platinum 4
3 REPLIES 3

Thanks Marc - have successfully combined with Average function to get desired result.

Steve
Platinum 4
Platinum 4
Top Labels in this Space