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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Anonymous
Not applicable

Help with burndown chart

Hi, I have this columns: 

 

1.png

 

and I want to get the "Result" column in order to put it in a line chart with the Days as X Axis

 

any ideas one which is the best DAX formula? 

 

Thanks,

 

1 ACCEPTED SOLUTION
v-juanli-msft
Community Support
Community Support

Hi @Anonymous 

Cretae measures

Measure = CALCULATE(SUM('Table'[points per day]),FILTER(ALLSELECTED('Table'),'Table'[days]<=MAX('Table'[days])-1))

Measure 2 = MAX([total points])-[Measure]

Capture10.JPG

Best Regards
Maggie
Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

 

View solution in original post

2 REPLIES 2
v-juanli-msft
Community Support
Community Support

Hi @Anonymous 

Cretae measures

Measure = CALCULATE(SUM('Table'[points per day]),FILTER(ALLSELECTED('Table'),'Table'[days]<=MAX('Table'[days])-1))

Measure 2 = MAX([total points])-[Measure]

Capture10.JPG

Best Regards
Maggie
Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

 

amitchandak
Super User
Super User

@Anonymous 

Try like

Result = [Total Point] -(sumx(filter(table,table[day]<earlier(table[day])),table[points per day])+0)

 

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.