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
showy
Helper II
Helper II

Cumulation

Hello
I have the following problem.

I would like to display an ideal call-off history of a contract in PowerBI. This should be displayed in a line chart.

For this I have the following data:

- Start date of the contract
- End date of the contract
- Total quantity of the contract

From this I calculate the duration of the contract via DATEDIFF( Startdate,Enddate,DAY).
Then I divide the total quantity by the duration and get my ideal call-off per day.

Now I would like to represent the whole cumulated but find no correct starting point for the measure.

For better understanding I have added a sketch to show the goal.


I tried GenerateSeries fct and the DAX Pattern Cumulative Total but i only get one specific data point in my line chart and no line

 

Screenshot 2023-03-24 095238.png

1 REPLY 1
lbendlin
Super User
Super User

Please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot).
https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-...
Please show the expected outcome based on the sample data you provided.

https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523

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