+ Reply to Thread
Results 1 to 3 of 3

Slicers - how to update one slicer for all charts?

  1. #1
    Registered User
    Join Date
    08-30-2016
    Location
    St Louis, MO
    MS-Off Ver
    Office Professional Plus 2013
    Posts
    4

    Slicers - how to update one slicer for all charts?

    Hello,

    I have 5 slicers connected to a dashboard with multiple Excel tables? Currently, I have to update 4 of the 5 slicers in order to update the charts on the dashboard. Is there a way to connect all the slicers so that am able to just update 1 of them instead of 4?

    Thanks!

  2. #2
    Forum Expert dflak's Avatar
    Join Date
    11-24-2015
    Location
    North Carolina
    MS-Off Ver
    365
    Posts
    7,957

    Re: Slicers - how to update one slicer for all charts?

    The slicers are built on different data sources, so there is no "native" way to join them. However you can designate one of them as a master, and when you change it, sync the other slicers to it with VBA code. It should be similar to setting the filters on a master pivot tables and syncing the other tables to it. Whether the code has to be executed manually or it can be fired automatically by an event depends on the nature of the data.

    All the slicers should have the same values for variables. That is if you are selecting on a date, then all the data sets should have the same date. Otherwise you might be looking for September 6th on the selected slicer, but if a subordinate slicer doesn't have data for September 6th, you may get an error. Charts get "upset" if you ask them to plot non-existent data.

    Please provide a sample workbook without sensitive data and we may be able to help.
    One spreadsheet to rule them all. One spreadsheet to find them. One spreadsheet to bring them all and at corporate, bind them.

    A picture is worth a thousand words, but a sample spreadsheet is more likely to be worked on.

  3. #3
    Forum Contributor IonutC's Avatar
    Join Date
    01-28-2016
    Location
    Bucharest, Romania
    MS-Off Ver
    Office 2019
    Posts
    486

    Re: Slicers - how to update one slicer for all charts?

    nice one dflak! i like your style!
    Please consider:
    Be polite. Thank those who have helped you.
    Click the star icon in the lower left part of the contributor's post and add Reputation. If you are satisfied with the help you have received, then Please do Mark your thread [SOLVED] .
    Click on GO ADVANCED and then scroll down to Manage Attachments to open the upload window.
    Posting code between tags makes your code much easier to read and copy for testing, it also maintains VBA formatting.

+ 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] Macro to Run when Slicer Selection is Changed (multiple slicers)
    By jcanlas in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 07-09-2021, 11:41 AM
  2. Timeline does not update other slicers without refresh all being run
    By PFDave in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 01-31-2017, 01:32 PM
  3. Replies: 2
    Last Post: 07-12-2016, 08:58 PM
  4. Charts and Slicer
    By vkv765 in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 05-20-2016, 09:58 AM
  5. Replies: 1
    Last Post: 06-01-2015, 12:37 AM
  6. RESOLVED: Working with Slicers - Pivot charts
    By uimhirADo in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 08-29-2013, 04:13 PM
  7. [SOLVED] Pivot Slicers from multiple Caches - problem with 2nd Slicer displaying incorrect data
    By matt4003 in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 01-14-2013, 03:06 AM

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