Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago

How to get rolling actual data in My Matrix?

Hi All,

 

I have 2 data sets. The first one is my forecast and the second dataset has actuals.
Forecast Dataset
Report Date, Timeline date, Forecast Qty 

Actual Dataset

Report Date, Timeline Date, Actuals Qty
I want to create a waterfall matrix where I need to show all my Forecast Qty (Black font), the Actuals (Red fonts), and totals (Blue fonts)

The output should be as below table:

Report DateJanFebMarAprMayJunJulAugSeptTotal
Jan10020030050250    900
Feb9020250100400300   1160
Mar9040500402100302288  1722
Apr9040400700650300100500 2780
May90404009002002002002002002430


Could anyone please help me in creating this output?

Thanks in advance.

2 Replies

  • V-lianl-msft's avatar
    V-lianl-msft
    Icon for Community Support rankCommunity Support

    Hi Anonymous ,

     

    Maybe you can create measure to meet your needs, but it depends on your data model.

    Can you paste the sample data and let me do more tests to see if I can solve your problem

     

    Best Regards,
    Liang
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

    • Anonymous's avatar
      Anonymous
      Not applicable

      Hi V-lianl-msft 

      The 2 data sets which I have explained above, Using that I have created a third table. Now I have forecast and actual qty in one column.  I just want my last column values to repeat till the end of the table. I am not able to repeat the last values. It will be really helpful if you can able to find any solution.

      Report DateTimeline DateSourceQty
      1-Jan1-JanForecast Table100
      1-Jan1-FebForecast Table200
      1-Jan1-MarForecast Table300
      1-Jan1-AprForecast Table50
      1-Jan1-MayForecast Table250
      1-Feb1-FebForecast Table20
      1-Feb1-MarForecast Table250
      1-Feb1-AprForecast Table100
      1-Feb1-MayForecast Table400
      1-Feb1-JunForecast Table300
      1-Mar1-MarForecast Table500
      1-Mar1-AprForecast Table402
      1-Mar1-MayForecast Table100
      1-Mar1-JunForecast Table302
      1-Mar1-JulForecast Table288
      1-Apr1-AprForecast Table700
      1-Apr1-MayForecast Table650
      1-Apr1-JunForecast Table300
      1-Apr1-JulForecast Table100
      1-Apr1-AugForecast Table500
      1-May1-MayForecast Table200
      1-May1-JunForecast Table200
      1-May1-JulForecast Table200
      1-May1-AugForecast Table200
      1-Feb1-JanActual Table90
      1-Mar1-FebActual Table40
      1-Apr1-MarActual Table400
      1-May1-AprActual Table900

       

      Thanks in advance

      AD