PowerPivot Slicers Shapes and groups

Bodders

New Member
Joined
Dec 12, 2016
Messages
7
I have an Excel 2010 pivot table based on 3 Power Pivot tables, which summarises goods moving on certain dates from one region/country into another region/country. An example would be 500 units in Jan 2015 moving from Europe/UK to Asia/Singapore.

For the pivot table I would like to have 2 separate groups of 2 linked slicers – one to select the Source Region and Source Country, and the other to select the Destination Region and Destination Country. When I select the 4 pivot fields to be slicers they all go inside one shape. If I cut and paste one the slicers it then shows as unchecked on the PowerPivot Field List. How can I get them into 2 separate slicer groups ?

A further issue is that the formatting of the slicers does not seem to permanent. For instance, I select one slicer to have 2 columns, I then click on the slicer and it goes back to having 1 column again. Any ideas on this ?

Thanks for your help

Bodders
 

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand
You can use disconnected slicers. Create one table for each slicer. Include all values for the slicer but don't join it to anything. You can then extract the selected value with a harvester measure.

Selection=if(hasonevalue(table[column]),values(table[column]))

then use the selection measure in your other measures to do what you want.

Excel 2010 is 7 years old and the slicer integration is quirky. You can click in a pivot and then Insert\slicer to create one that doesn't behave this way.
 
Upvote 0
Matt

Thanks for that. The tip about using the Insert Slicer from the ribbon works a treat. The slicers keep their formatting. The only thing is that they do not show in the pane for the Pivot Table Field List, but if they work anyway it's not a problem for me. We should be upgrading to Excel 2016 in early 2017 so that should improve a lot of things anyway.

Bodders
 
Upvote 0

Forum statistics

Threads
1,215,069
Messages
6,122,952
Members
449,095
Latest member
nmaske

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