Power Pivot Measure to divide column number by subtotal of the power pivot column

rv02s

New Member
Joined
Jun 21, 2014
Messages
21
I have a power pivot table, which consists on Division, name of employees within that division and the count of transactions they completed.


I have created a measure (Called Rank) to rank each employee per division based on the highest number of transactions completed.
[Rank] = rankx(all('Open'[Asst Name]),'Open'[Count of _Till], ,0)
What I need to do now is to create another measure that will divided each Rank by the number of employees in per division.
What I have done is created a measure that calculated the distinct number of employees per division (Called No of Employees).
[no of Employees]=DISTINCTCOUNT('Open'[Asst Name])
This puts a 1 alongside each employee and the subtotal for Division AA is 96 (as an example) and subtotal for division BB is 144 and so on.
What I want to do is now create a measure that divides the rank by the subtotal of No of Employees.
My Table is called OPEN.
Basically I want a measure that does the follwoung
Rank / Subtotal of no of Employees /10

I cant seem to get my head round what formula I need to divided by subtotal per each division. I
Any help is appreciate it
 

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK

Forum statistics

Threads
1,224,084
Messages
6,176,274
Members
452,718
Latest member
Nyxs_Inquisitor

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