Filter Pivot Table to show highest value of each parent row

griffj

Board Regular
Joined
May 29, 2015
Messages
56
Hi

I have a Pivot Table (created from an Excel Data Model) that shows the customer, product range (3 ranges) and total spend per product range.

What I want is to return the highest spending product range for each customer. I have tried using the 'Top Filter' in the Pivot Table but all that happens is the highest value is shown but the remaining 2 product range labels are still visible with just no value.

This is what I have using Top 1 per parent row...
CustomerProduct RangeTotal Spend
Customer 1Table5,000
Chairs
Accessories
Customer 2Chairs4,500
Table
Accessories
Customer 3Accessories2,000
Chairs
Tables

<tbody>
</tbody>


This is what I want....
CustomerProduct RangeTotal Spend
Customer 1Table5,000
Customer 2Chairs4.500
Customer 3Accessories2,000

<tbody>
</tbody>

Is this possible?

Any help would be great.
 

Excel Facts

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.

Forum statistics

Threads
1,216,076
Messages
6,128,670
Members
449,463
Latest member
Jojomen56

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