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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
Anonymous
Not applicable

Backlog problem.

Hi everyone, 

 

I'm currently having a problem. 

 

So my idea is to create a backlog of open and closed tickets per month and the ones who transitioned to the next month because they were not closed. Thanks to the help of another person, I got close to the answer the problem is that right now the backlog doesn't split by Type. 

 

This is the table that I have: 

Screenshot (27).png

As you can see some tickets are created and not closed in the same month. So these tickets would be considered backlog from previous months. 

 

Since this table is just a mockup for the actual project, Although here might not make sense but these are the relations that I must have in the project. 

 

Screenshot (26).png

 

Currently I'm using this measure: 

 

Cumulative Total =
var maxdate=Date(Year(max('Sheet1'[created ])), Month(max('Sheet1'[created ])), 01)
var resolved=Date(Year(max('Sheet1'[closed ])), Month(max('Sheet1'[closed ])), 01)
RETURN
 
CALCULATE(
    Count('Sheet1'[tickets ]),
    FILTER(
        All('Sheet1'),
       
       ('Sheet1'[created ]<maxdate && 'Sheet1'[closed ]=blank()) || ( 'Sheet1'[created ]<maxdate && EOMONTH('Sheet1'[closed ],0)>=EOMONTH(max('Sheet1'[created ]),0))))
 
This is my current result :

Screenshot (25).png

 

Eventhough this works, it doesn't work to the fullest concept that I have in mind since I can't collect tickets by their type. The backlog total is correct, but for example, in april, I would like for it to show 2 tickets in the backlog for Type1 because there are two tickets who are yet to be closed in this month. 
 
This would be the ideal result: 
 

Screenshot (23).png

 

As you can see the tickets are also registred in the backlog from each past month. August also shows up because it is the month and already has the ticket created in july. 

 

Any help will be is appreciated. 

 

Thank you. 

 

If needed, I can send this mock up to anyone who wants to test it. 

 

@amitchandak @Ahmedx @Sahir_Maharaj 

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Anonymous , Seem like very similar to HR active employee

 

Power BI: HR Analytics - Employees as on Date : https://youtu.be/e6Y-l_JtCq4
https://community.powerbi.com/t5/Community-Blog/HR-Analytics-Active-Employee-Hire-and-Termination-trend/ba-p/882970

 

If needed file attached after signature

 

Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here

View solution in original post

4 REPLIES 4
Ahmedx
Super User
Super User

Screen Capture #610.pngScreen Capture #611.pngScreen Capture #612.pngScreen Capture #613.pngScreen Capture #614.png

Ahmedx
Super User
Super User

Is this what you are looking for?
Screen Capture #601.png

amitchandak
Super User
Super User

@Anonymous , Seem like very similar to HR active employee

 

Power BI: HR Analytics - Employees as on Date : https://youtu.be/e6Y-l_JtCq4
https://community.powerbi.com/t5/Community-Blog/HR-Analytics-Active-Employee-Hire-and-Termination-trend/ba-p/882970

 

If needed file attached after signature

 

Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here
Anonymous
Not applicable

Hi! Thanks for the help! The video shows a partial solution, but it doesn't appear registred in the next month as I needed it. So january should come with zero backlog, and february with the backlog from the tickets that were not closed in the previous month. Any idea how to do this? Thank you very much once again!

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.