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

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

Reply
neilcotton
Frequent Visitor

Create a chart inferring historical data from start and end dates

Good day, all.

I'm looking for some guidance on how we can create a chart that shows cummulative, historic data based on the start and end dates.

 

For example.

Imagine a helpdesk system that has the date a ticket was created and the date it was closed. I would like to be able to show a month based chart that shows how many tickets were open at the end of the month. To show the delta of working through a back log.

 

i.e

Jan 2024   | 10 tickets were created, and 6 were closed THEREFORE Jan 2024 = 4

Feb 2024  | 20 more were created, and 8 were closed THEREFORE Feb 2024 = 16 (4 + 20 - 😎

Mar 2024 | 15 more were created, and 20 were closed THEREFORE Mar 2024 = 11 (16 + 15 - 20)

Apr 2024 | 10 more were created, and 15 were closed THEREFORE Apr 2024 = 6 (11 +10 -15)

 

It doesn't matter if the tickets closed were from the month they were created, or from the backlog from previous months.

 

Any pointers would be appricated.

3 REPLIES 3
lbendlin
Super User
Super User

Sounds like a straightforward scenario. What have you tried and where are you stuck?

Hi @lbendlin,

Thanks for the response. I'm not sure where to start, without creating manual calculations for each month.

Something like this?

 

lbendlin_0-1719336712539.png

 

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

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