Pivot Table -- I need the "show value as" to stay the same even when some values are filtered

mmclandy

New Member
Joined
Jan 30, 2014
Messages
6
Hi,
I have a Pivot table in which I am tracking the rate at which two different values (P and F) occur annually. However, I only need to graph the rate at which P occurs. I have been able to show the rates in my pivottable by using the "show values as % of parent total." The problem I'm running into now is: I want to create a graph that shows (by year) the rate of P. When I create a PivotChart, it shows both P and F. So, I filter out F. But then the rate for P goes up to 100% because F has been filtered out!

My question, then, is this: is there a way to hold fixed the "rate" even when filtering out some values? Below, I am pasting three tables: (1), the way it looks initially. (2), the way it looks after I filter, and (3) the way I WISH it looked! :) Thanks VERY much in advance for any help. (To clarify, what I care about is the CHART, but filtering on the chart correspondingly filters the pivot table.)

Row Labels
Rate
2004100.00%
F0.76%
P99.24%
2005100.00%
F7.19%
P92.81%
2006100.00%
F0.71%
P99.29%
2007100.00%
F3.60%
P96.40%
2008100.00%
F7.91%
P92.09%
2009100.00%
F2.90%
P97.10%
2010100.00%
F8.09%
P91.91%
2011100.00%
F2.86%
P97.14%
2012100.00%
F3.68%
P96.32%
2013100.00%
F2.90%
P97.10%
2014100.00%
F4.41%
P95.59%
Grand Total

<colgroup><col><col></colgroup><tbody>
</tbody>


Row LabelsRate
2004100.00%
P100.00%
2005100.00%
P100.00%
2006100.00%
P100.00%
2007100.00%
P100.00%
2008100.00%
P100.00%
2009100.00%
P100.00%
2010100.00%
P100.00%
2011100.00%
P100.00%
2012100.00%
P100.00%
2013100.00%
P100.00%
2014100.00%
P100.00%
Grand Total

<colgroup><col><col></colgroup><tbody>
</tbody>

Row LabelsRate
2004100.00%
P99.24%
2005100.00%
P92.81%
2006100.00%
P99.29%
2007100.00%
P96.40%
2008100.00%
P92.09%
2009100.00%
P97.10%
2010100.00%
P91.91%
2011100.00%
P97.14%
2012100.00%
P96.32%
2013100.00%
P97.10%
2014100.00%
P95.59%
Grand Total

<colgroup><col><col></colgroup><tbody>
</tbody>
 
Circledchicken, thank you SO much. You are a life-saver. I can use this implementation in so many ways. Appreciate your invaluable help.


Please see a possible implementation of Fazza's suggestion here:
http://sdrv.ms/MTAOsZ

The steps I took were:
-> Moved the 'P or F?' field into the column labels area
-> Changed the 'Show Values As' option to 'Percentage of Parent Column Total'
-> Changed the chart type to a column chart (I thought this was more appropriate but you can change it back to a line chart if you want)
-> Formatted the F data series to have no fill and no border line
-> Set the Series Overlap property to 100%
-> Deleted F from the legend box on the chart
 
Upvote 0

Excel Facts

Format cells as date
Select range and press Ctrl+Shift+3 to format cells as date. (Shift 3 is the # sign which sort of looks like a small calendar).

Forum statistics

Threads
1,215,051
Messages
6,122,872
Members
449,097
Latest member
dbomb1414

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