Forum Discussion
Anonymous
3 years agoNot applicable
Burn up chart
Hi.
I need to make a simple burn-up chart but I dont know where to start.
I need the date to be in weeks like week 1, 2, 3, 4 etc. and the "realiserede timer" is the project hours (the bars) and "forecast" is what I would like to illustrate in a line chart in the same chart.
How do I do this?
Best regards,
Lisa
3 Replies
- AnonymousNot applicable
I want something like a bar chart:
- sokiNew Member
For the week number, you can create a new custom column with the formula:
Week Number = WEEKNUM ( 'Calendar'[Date] )