Forum Discussion
MV8298
4 years agoFrequent Visitor
PowerBI: Create Burndown Chart
HI all, I am having trouble using measurements to create a dynamic calculated values for TotalHours, RemainingHours and TotalUserStoryPts so that I can create a burndown in PowerBI.
Goal: Create a burndown chart using the following data:
Sprint Start = 8/8/2022 Sprint End = 8/20/2022
MV8298 Recipe 7 of Chapter 8 of DAX Cookbook is for creating burndown charts. You can view the sample PBIX here: GitHub - PacktPublishing/DAX-Cookbook: DAX Cookbook, Published by Packt
3 Replies
- Greg_DecklerCommunity Champion
MV8298 Recipe 7 of Chapter 8 of DAX Cookbook is for creating burndown charts. You can view the sample PBIX here: GitHub - PacktPublishing/DAX-Cookbook: DAX Cookbook, Published by Packt
- AnonymousNot applicable
Thank you so much Greg_Deckler . You are a Saviour
- MV8298Frequent Visitor
Thank you. The DAX cookbook is helpful.