Forum Discussion

manojk_pbi's avatar
manojk_pbi
Helper V
2 years ago
Solved

Add trend line along with MoM data

Hi Friends,

 

I am looking for suggestion on one of my requirement, please help me. 

Requirement is to draw a chart with Month on Month trends of Open Bugs and a trend to show burndown of the bugs with 10%. Below is the sample data with expected out in line chart. Need you advise to write measure to calculate Bugs@10%  a trend line. How this can be made dynamic w.r.t start of the month & % values used to calculate.

 

MYBugs#Bugs 10%
Jan-231200 
Feb-2311001080
Mar-231050972
Apr-231025875
May-23950787
Jun-23940709
Jul-231000638
Aug-23900574
Sep-23850517
Oct-23880465
Nov-23800418
Dec-23700377

 

You suggestions are much appreciated

Thanks,

10 Replies

  • Thanks for the solution. Solution is very dynamic and perfectly meets my requirement. I will try to understand the measure written and functions used.

     

    Can i ask here how can we make this into look like forecast to predict how the burndown looks when the we go with different percentages. eg I have data for Jan'24 & Feb'24, how can we draw a chart to show where it will reach by dec'24 if we go with N%.

    • lbendlin's avatar
      lbendlin
      Super User

      You can duplicate the measure and fix it at certain percentages, say 5% or 10%, and add that as a line in the chart - ideally a dashed line.

      • manojk_pbi's avatar
        manojk_pbi
        Helper V

        Hi lbendlin , I did tried duplicating the measure but it didn't work. May be i was not clear in my question in previous post. 

        What i am trying is to show the data for Previuos & current years scenarios,

        Previous year : what could be my burndown if specific percentage selected against the actual - This is working as expected

        Current Year : What will be my forecasted burndown for next 12 months - I am not able to get 

        This should work on same data sets, when selected 2024 it should populate brundown for 12 months considering the Jan'24 as baseline

         

        This is what i am getting, but not able to add it for 12 months