Forum Discussion

tempranello's avatar
tempranello
Advocate I
10 years ago
Solved

Single date slicer across multiple queries

Hi there   I just want to make sure that I've not missed a trick here:   I'd like to present a page of visualisations and have a single time slicer filter all of the charts.  The trouble is that ...
  • mike_honey's avatar
    10 years ago

    I would add a New Table and use this formula to generate a calendar of all required dates (with the year ending in December):

     

    Dates = CALENDARAUTO(12)

     

    Then I would use Manage Relationships to add relationships between that new Dates table and your existing tables. 

     

    Finally I would add a slicer, using the Dates.Date column.