返回给定表达式从分区中第一行到当前行的运行平均值。
WINDOW_AVG(SUM([Profit]), FIRST()+1, 0) along [Date],[Quarter]计算从第二行到当前行的 SUM(Profit) 平均值。