Forum Discussion

paulorss's avatar
paulorss
New Member
4 years ago

Helpppp: Burndown chart

Hi, 

Can anyone help me create a simple Burndown chart. Here's a table I'm using.

 

 

Exemplo in excel:

 

 

 

1 Reply

  • paulorss , reverse running total ?

     

    example

    Cumm = calculate(sum(Table[Point]), filter(allselected(Table), Table[Date] >= max(Table[Date]) ) )