PowerPivot Columns Question

cr731

Well-known Member
Joined
Sep 17, 2010
Messages
611
I have a PowerPivot table that is summarizing an aging metric and wondering what the best way to accomplish this is: I want my columns to show an aging bucket (0 Days, 1-2 Days, 3-5 Days, etc.) and then a column showing % on Time (0 Days / Total of all buckets).

What is the best way to show each bucket with the count and then the % on Time? The "Buckets" are a column in my table, so to start I drag that field into Columns, and then I have a calculated measure with a simple row count. I then have my % on Time as a calculated field - how do I bring the % on Time into the table but not have it show up under each bucket?

Currently:

Currently:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]0 Days[/TD]
[TD]0 Days[/TD]
[TD]1-2 days[/TD]
[TD]1-2 Days[/TD]
[TD]3-5 Days[/TD]
[TD]3-5 Days[/TD]
[TD]6-10 Days[/TD]
[TD]6-10 Days[/TD]
[/TR]
[TR]
[TD]Row Count[/TD]
[TD]% on Time[/TD]
[TD]Row Count[/TD]
[TD]% on Time[/TD]
[TD]Row Count[/TD]
[TD]% on Time[/TD]
[TD]Row Count[/TD]
[TD]% on Time[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]


Desired

[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]0 Days[/TD]
[TD]1-2 days[/TD]
[TD]3-5 Days[/TD]
[TD]6-10 Days[/TD]
[TD]Total[/TD]
[/TR]
[TR]
[TD]Row Count[/TD]
[TD]Row Count[/TD]
[TD]Row Count[/TD]
[TD]Row Count[/TD]
[TD]% on Time[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]


I'd prefer to not have to create a calculated measure for each individual bucket but is that the only way?
 

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.
You should be able to create a Set since your pivot is an OLAP pivot, and just hide the % columns for the individual items.
 
Upvote 0

Forum statistics

Threads
1,225,730
Messages
6,186,698
Members
453,369
Latest member
positivemind

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