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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Kethireddy334
New Member

I want to Calculate Backlog Tickets for ITSM dashboard

Hi all,

I want to Caluclate Backlog Tickets based on condition. Backlog Tickets = Created before lastdate of month and Resolved after last date of month or Resolved is blank.

Thanks in Advance

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Kethireddy334 ,

 

Here I create a sample to have a test.

RicoZhou_0-1657527533129.png

Date table:

Date = ADDCOLUMNS( CALENDARAUTO(),"Year",YEAR([Date]),"Month",MONTH([Date]))

Measure:

Backlog Tickets = 
VAR _lastdate_of_month = MAX('Date'[Date])
RETURN
CALCULATE(COUNT('Table'[Tickets]),FILTER('Table',[Created Date]<=_lastdate_of_month&&'Table'[Resolved Date] >_lastdate_of_month))

Result is as below.

RicoZhou_1-1657527555782.png

 

Best Regards,
Rico Zhou

 

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
Anonymous
Not applicable

Hi @Kethireddy334 ,

 

Here I create a sample to have a test.

RicoZhou_0-1657527533129.png

Date table:

Date = ADDCOLUMNS( CALENDARAUTO(),"Year",YEAR([Date]),"Month",MONTH([Date]))

Measure:

Backlog Tickets = 
VAR _lastdate_of_month = MAX('Date'[Date])
RETURN
CALCULATE(COUNT('Table'[Tickets]),FILTER('Table',[Created Date]<=_lastdate_of_month&&'Table'[Resolved Date] >_lastdate_of_month))

Result is as below.

RicoZhou_1-1657527555782.png

 

Best Regards,
Rico Zhou

 

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

@Kethireddy334 , I think very similar approch is needed

https://community.powerbi.com/t5/Community-Blog/HR-Analytics-Active-Employee-Hire-and-Termination-tr...

 

or check files attached after signature

 

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
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!

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.