Forum Discussion

kenyonca's avatar
kenyonca
Advocate I
9 years ago
Solved

Displaying multiple dates across a single x axis

I am trying to display different stages of our planning on the same line and bar graph. To simplify my data that I have pulling from SmartSheet: Work Plan ID     Draft Plan Date     Design Need Dat...
  • danrmcallister's avatar
    danrmcallister
    9 years ago

    kenyonca You're correct, I don't think you would be able to use those filters.  How about this as another option?  What we need to do is unpivot your dates in the Query Editor.  I added Location as a column in my sample dataset to use as an example.

     

     

     

    In the Query Editor I selected my date columns and clicked Unpivot Columns

     

     

     

    The result is this; you can rename "Attribute" and "Value" if you want, but now you have a list of dates that are being described by the attribute.

     

     

     

    You can now set up a relationship between your Date table and your single Date column in your table

     

     

     

    I can build a bar chart that looks like this:

     

     

     

    And filter on location using a Slicer.

     

     

     

     

     

    Does this meet all your requirements?