Aggregate Function: AverageOfChildren

I am using the Aggregate Funtion: AverageOfChildren for a Measure.

I want to write a equivalent SQL query for the same. Any suggestions as to how can I ge the AverageOfChildren aggregation in a SQL query.

Thanks.

 



Answer this question

Aggregate Function: AverageOfChildren

  • bass_player

    How about using the SQL Avg() aggregate function

  • Aggregate Function: AverageOfChildren