+ Reply to Thread
Results 1 to 2 of 2

Slicers for Pivot Table

  1. #1
    Registered User
    Join Date
    06-07-2017
    Location
    Bluffton, SC
    MS-Off Ver
    2013
    Posts
    15

    Slicers for Pivot Table

    Hello,

    I am trying to create a Pivot chart with slicers for time and for state! However I am not able to group all of the individual states into one states group to insert the slicer!

    Is there anyway to group all into one slicer??
    Attached Files Attached Files

  2. #2
    Forum Expert Olly's Avatar
    Join Date
    09-10-2013
    Location
    Darlington, UK
    MS-Off Ver
    Excel 2016, 2019, 365
    Posts
    6,284

    Re: Slicers for Pivot Table

    You need to normalise your data. Each row should contain one fact, and it's associated dimensions. So your source data table should look like:
    Time State Value
    01:00:00 SC 2
    01:00:00 ND 2
    01:00:00 CA 2
    01:00:00 IN 2
    01:00:00 TN 2
    02:00:00 SC 4
    02:00:00 ND 4
    02:00:00 CA 6
    02:00:00 IN 5
    02:00:00 TN 4



    etc

    Then you can use it as a source for a pivot table, with slicers on Time and State.
    Last edited by Olly; 08-03-2017 at 10:39 AM.
    let Source = #table({"Question","Thread", "User"},{{"Answered","Mark Solved", "Add Reputation"}}) in Source

    If I give you Power Query (Get & Transform Data) code, and you don't know what to do with it, then CLICK HERE

    Walking the tightrope between genius and eejit...

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Is there any way to tell if a pivot table has slicers?
    By ChemistB in forum Excel Charting & Pivots
    Replies: 5
    Last Post: 03-07-2016, 12:56 PM
  2. Pivot Table Formatting - Slicers
    By aaaaaron42 in forum Excel General
    Replies: 0
    Last Post: 10-05-2015, 12:59 PM
  3. [SOLVED] Disconnect Slicers, Change Pivot Table Source, Reconnect Slicers: a problem
    By Geoff. in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-30-2015, 02:27 PM
  4. Use combobox value to filter Pivot Table like slicers using VBA
    By limalf in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 10-17-2013, 07:31 PM
  5. Can you have pivot table fields as slicers?
    By no.18shirt in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 09-20-2013, 05:12 PM
  6. Can you have pivot table fields as slicers?
    By no.18shirt in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 07-19-2013, 10:39 AM
  7. Replies: 2
    Last Post: 05-24-2013, 03:58 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1