Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Keitaru
Creator II
Creator II

Displaying Outstanding Monthly Trend

Hi,

Need help for this have been trying to get my numbers in synced with my Excel charts.

I want to be able to Display on a line chart Outstanding Open issue on a monthly basis.

As long as the ticket is still open it will be counted in to the following month until closure.

I've attached the sample data.

Here the expression that I've used:

Aggr(Rangesum(Above(Count(distinct {<Status={'Open'}>} [TICKET ID]), 0, rowno(Total))),Month_Year) + Aggr(Rangesum(Below(Count(distinct Status={'Closed'} [TICKET ID]), 0, rowno(Total))),Month_Year)

2ee4f8bc3c1e4dff91f140753f29dc5b.png

 

 

 

 

 

 

 

Got something like this however the numbers don't look correct when I aligned them up with my data on excel.

Could someone help me out here?

 

Labels (3)
1 Reply
Keitaru
Creator II
Creator II
Author

Can anyone help?

So need to find out how I can count Monthly open outstanding tickets against, newly created and closed tickets.

Here is my sample data set.