Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Average in a pivot table not displaying values as intended

Received Response
12
Views
1
Comments
user1106547
user1106547 Rank 2 - Community Beginner

table.jpg

Have a basic pivot above that counts attendances for particular days of the year. (ignore the column Attendances AVG ..)

i would like to have another total/summary/measure  that calculates the running average for a day,  week by week

so in example above for Monday:

Week 27   45 Attendances               Avg: 45

Week 28   31 Attendances               Avg : 38      (45 + 31 /2)

Week 29   43 Attendances               Avg:  39.6   (45+31+ 43 /3) 

Week 30   46 Attendances              Avg: 41.25  (45+31+43+ 46 /4)

etc - is this possible?

If not how can i get an average for Monday for the whole period?

i have duplicated the measure Attendances above and set the aggregation rule to AVG but get result above in Columns Attendances AVG.

thanks

Answers