Sum Average in PowerPivot measure

Lapwing

New Member
Joined
Jan 12, 2015
Messages
15
Is it possible to have an average measure summed in PowerPivot.
I am rolling up timesheet data and subtracting the actual from the estimate for each feature then rolling that up to the release level.
I am using PowerPivot measures to get the estimate and the actual.
The estimate is an average because it is stored in the task in the timesheet database.
The actual is a sum of all time booked to that task.
Estimate:=Average([ROMEstimate])
Actual:=Sum([Capital])
Variance:=[Actual]-[Estimate]

This works on the feature level but not the rolled-up release level. I do not want an average there but a sum of the averages below that.

FeatureEstimateActualVariance
Release415514
Feature A​
368-28
Feature B​
12516-109
Feature C​
204-16
Feature D​
103-7
Feature E​
5624-32

<tbody>
</tbody>

To avoid the average I did try a separate table with the estimate for each task but could not get that measure to work.

Any ideas?
 

Excel Facts

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.

Forum statistics

Threads
1,216,361
Messages
6,130,180
Members
449,563
Latest member
Suz0718

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top