PowerPivot:Allocate Amount based on No Of items

jaggy99

New Member
Joined
Dec 22, 2014
Messages
10
Hi All,

I'm using excel 2010 with power pivot and like to create a new calculated column to allocate an amount to set of groups based on the no of distinct products in the group. I have uploaded the sample data here in the link below and if you can help me how I can get the same results in the Amount Allocated no of products using power pivot





https://app.box.com/s/f0xy5vluskf8g7bn5wa38edqstwo3ghz


Thanks
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
Distinct Product Code:=DISTINCTCOUNT(Table2[Product Code])
Distinct Product Code ALL Groups:=CALCULATE([Distinct Product Code], ALL(Table2[Group]))
% of Distinct Products:=DIVIDE([Distinct Product Code], [Distinct Product Code ALL Groups])
 
Upvote 0

Forum statistics

Threads
1,215,949
Messages
6,127,888
Members
449,411
Latest member
AppellatePerson

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