Forum Discussion

SEliza86's avatar
SEliza86
Frequent Visitor
8 years ago
Solved

Plotting 2 dates from same data table on a line and stacked column chart

 

 

How do I plot this on a line and stacked column chart, so the closed date is accurately represented?

When I create it with the open date as the 'shared axis', the prioirty as the 'column series' and the closed date as the 'line value'; the closed date is not being plotted against the month it actually closed because the axis is based on the open date. How do I get around this?

I almsot need to have two axis with some data plotting against the open date and some against the closed.

Here is what the graph currently looks like using my full report but the line series isnt correct.

Thanks

 

 

  • Hi SEliza86

     

    I have created a PBIX file using your data here

     

    https://1drv.ms/u/s!AtDlC2rep7a-oDq7OZESviMpetzu

     

    Basically it uses the data you provided in a table.  I then create two relationships to a separate date table.  One relationship handles the Opened Date (the default active relationship), while the 2nd relationship handles the count of the Closed date

     

    I use a Month column from the Date table in my axis and plot as per my PBIX file.  I hope it makes sense.

12 Replies

    • SEliza86's avatar
      SEliza86
      Frequent Visitor
      Project numberOpened dateClosed datePriority
      67751/06/201730/06/20173
      67761/06/201730/06/20173
      67771/06/20171/11/20173
      67781/06/201730/10/20173
      67791/07/201730/07/20171
      67801/07/2017 2
      67811/07/20171/11/20175
      67821/07/201730/10/20174
      67831/07/201730/07/20174
      67841/08/201715/11/20175
      67851/08/201731/08/20173
      67861/08/20171/09/20173
      67871/08/20171/09/20173
      67881/08/20171/09/20173
      67891/09/20171/10/20173
      67901/09/20171/10/20173
      67911/09/201715/09/20172
      67921/10/201730/10/20171
      67931/10/201730/10/20174
      67941/10/201730/10/20174
      67951/10/201715/11/20174
      67961/11/2017 5
      67971/11/2017 1
      67981/11/201715/11/20172
      67991/11/201715/11/20173
      68001/11/201715/11/20173
      68011/11/20175/12/20173
      68021/11/20175/12/20173
      68031/12/2017 3
      68041/12/2017 3
      • Phil_Seamark's avatar
        Phil_Seamark
        Icon for Microsoft Employee rankMicrosoft Employee

        Hi SEliza86

         

        I have created a PBIX file using your data here

         

        https://1drv.ms/u/s!AtDlC2rep7a-oDq7OZESviMpetzu

         

        Basically it uses the data you provided in a table.  I then create two relationships to a separate date table.  One relationship handles the Opened Date (the default active relationship), while the 2nd relationship handles the count of the Closed date

         

        I use a Month column from the Date table in my axis and plot as per my PBIX file.  I hope it makes sense.