Calculate Average in Access Pivot Chart

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Cam1200
    New Member
    • Aug 2012
    • 1

    #1

    Calculate Average in Access Pivot Chart

    Is there way to show data as an average in Access pivot chart? It is currently defaulted to show sum for the data fields in the chart but I need to show the data as an average.
  • zmbd
    Recognized Expert Moderator Expert
    • Mar 2012
    • 5501

    #2
    I must admit that crosstab and pivots are a week point for me; however, I do believe that the underlying query can be changed to use the average instead of sum or count within the data part of the query.

    The following has the basic overview of how to do this:

    Get help with your questions about Microsoft Access with our how-to articles, training videos, and support content.

    -z
    Last edited by zmbd; Aug 15 '12, 08:12 PM.

    Comment

    • Rabbit
      Recognized Expert MVP
      • Jan 2007
      • 12517

      #3
      In Access 2007, you right click one of the measure cells, go to autocalc, and select average.

      Comment

      Working...