Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
dswallow
Helper I
Helper I

Burndown Chart using Start and End date fields on x axis

  • I am trying to create a burndown chart but am having issues with how to use my data fields available. 
  • I would like to view the whole sprint duration on the x-axis based on my sprint start and end date fields. 
  • At the moment I am placing the date field (adding the row of data for each day extracted) on my x-axis but this is only showing until the current date (latest day of extract) whereas I would like it to show up until the end date. 

My Dataset 

ID Date (Of Extract)Iteration Start DateIteration End DateRemaining Hours
115/08/2215/08/2225/08/2210
116/08/2215/08/2225/08/229
215/08/2215/08/2225/08/2212
216/08/2215/08/2225/08/226
1 REPLY 1
amitchandak
Super User
Super User

@dswallow , Based on what I got you can generate all the dates using one these two method and use that column

 

DAX

https://community.powerbi.com/t5/Community-Blog/How-to-divide-distribute-values-between-start-date-o...

 

Power query
https://amitchandak.medium.com/power-query-get-all-dates-between-the-start-and-end-date-9ad6a84cf5f2

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors