Average Grand Total

smtexcel

New Member
Joined
Feb 25, 2020
Messages
3
Office Version
  1. 2010
Platform
  1. Windows
Please help, what am I missing here. This is the closest I've gotten after many attempts.

1583256765968.png

Trying to get the average rev by quarter - the values highlighted yellow.

AvgRev = AVERAGEX(ADDCOLUMNS(SUMMARIZE(Project_Data,Fiscal_Slicers[Fiscal Qtr],Fiscal_Slicers[Fiscal Year]),"Test",CALCULATE(SUM(Project_Data[RevRecNull]))),[Test])

In [RevRecNull] I replaced all the 0s with null.

For some reason to get to the correct value, Q2 needs to be muliplied by 2, Q3 by 3, and Q4 by 4.

Any Idea why or how I can modify this measure to fix it????
 

Attachments

  • 1583256690842.png
    1583256690842.png
    29.5 KB · Views: 7

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.
not sure I can help rewrite the measure, but it occurs to me that the figures are correct. The average for Q4 is (29216976+21310252+22096956+29358456+19496687)/5 = 24295865, which is what your measure has returned. Why are they wrong?
 
Upvote 0

Forum statistics

Threads
1,223,803
Messages
6,174,687
Members
452,577
Latest member
Filipzgela

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