Measure gives wrong result? Running sales total divided by Rep Goal to get budget% achieved

pete234

Active Member
Joined
Feb 10, 2004
Messages
419
=IFERROR([Sum Order Value]/[Sum of IND_Q],0)

I see values that make no sense like 0/0 = 1.8.
And I have values in my measuere where drill through is empty?
I've rechecked this many time so far and I can't tell why it isn't working.

Sum of Order Value is the sales total pivoted as Running total by week number.
This is working fine. I want to divide the RT by the expected goal, IND_Q a fixed value per rep from quota table.

IND_Q is from a table containing rows of quota goals by week by rep.

any ideas how can I achieve this goal?
 
Last edited:

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.
I think the problem is in your measure [Sum of IND_Q].

Create something like this in reps table,

rep quota:=min(reps[Quota])

(assuming your sales reps are reps table)

Then you can divide running total / rep quota (or even set up a KPI on running total with quota as target value).
 
Upvote 0
You might be right but now I see the running totals aren't working.
So I will post again because I can't find anything that says this shouldn't work.
 
Upvote 0

Forum statistics

Threads
1,223,935
Messages
6,175,497
Members
452,649
Latest member
mr_bhavesh

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