Changing sum to average

  • Is it possible to show the "average value" as a defualt behavior of a measure, currently it is the "Sum value".

    To-eloborate.......

    when a measure is added in the Data View Area it shows the sum of all available values, i want to change this behavior so that instead of sum average of all the available values is shown.

  • You could do a calculated measure that divides e.g. Sales Price by units to get an average sales price. Something like:

    [Measures].[Store Sales]/[Measures].[Sales Count]

    Not sure what you are averaging but this should work for most scenarios.

    There is also a function: Avg() that you can use in a calculated measure. This requires a set and has an optional numeric value parameter

     

    Hope this helps

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply