Forum Discussion
icantwi
9 years agoFrequent Visitor
Burndown Chart for Milestones Tracking
Hi, I'm hoping someone on here can help I am attempting to create a burndown chart similar to the attached screen shot within Power BI in order to track baselined finish dates against current fin...
Anonymous
9 years agoNot applicable
Hi icantwi,
Create a new column using the following DAX, then create a line chart as shown in the following screenshot.
FinishDate = FORMAT(Table1[Finish],"DD/MM/YY")
Regards,
icantwi
9 years agoFrequent Visitor
Hi ,
Unfortunately that's not quite what I was looking for. Then line shouldn't rise and fall so it should start with everything at the start and then as items complete the values should reduce until 0. Just like the first example i showed.
Kind Regards
Ian