Forum Discussion

DrHematite's avatar
DrHematite
Frequent Visitor
7 years ago
Solved

Chart on multiple dates

Hi everyone,

I have two tables that are formatted as follows:

First one is for planned components:                                       

ComponentQtyDate Required
A11/12/2019
B11/11/2019
A11/10/2019
C11/09/2019

 

The other for unplanned (extrapolated):

ComponentQty1st Change2nd Change3rd Change…..
A11/12/20191/12/20201/12/2021 
B21/11/20191/11/20201/11/2021 
A21/10/20191/10/20201/11/2021 
C11/09/20191/09/20201/09/2021 

 

I need to be able to visualise all of these in the same chart with dates as the axis.
Have managed to link them via a date table, but can only get 1st change in the same chart.
Essentially would like
(. unplanned, | planned)

     . 

     .

     .                                         .

     |                      .                  .

     |                      |                  .

     |                      |                  |

Qtr 1 2019   Qtr 2 2019   Qtr 3 2019

Or something to that effect.

Appreciate any help.

2 Replies

  • v-cherch-msft's avatar
    v-cherch-msft
    Microsoft Employee

    Hi DrHematite 

    You may use 'Unpivot columns' for 1st change,2nd Change...columns in query editor.Then you may link the date table with the two tables to get the visual.

    Regards,