Forum Discussion

Magdelicia's avatar
Magdelicia
Frequent Visitor
9 years ago

Burn chart doesn't work

Hi i want to make a burn chart with the planified budget and the actual budget burned. Here are my formulas

 

Burn actual budget = CALCULATE((sumx(project_budget,project_budget[$_budget])) - sum(TABLE(invoice amount),
FILTER(ALL(Time[date]),
Time[date] <= MAX(Time[date])))

 

Burn futur budget == CALCULATE([Burn actual budget]- SUM(projet_assignment[$_assignment]),
FILTER(ALL(Time[date_dt]),
Time[date] <= MAX(Time[date])))

 

What bothers me is when i want to see the trend per year the line chart doesn't look like a burn chart at all... I need helpthe result :(

 

 

1 Reply