The CreatorCon Call for Content is officially open! Get started here.

PA Dashboard -Incident count and percentage

MohammedYaseen
Tera Expert

Hi Everyone

 

I want to create Dashboard to display below information. View should be similar. Is it possible with PA?

Total Incidents created for the monthIncidents Met SLA (Count)Incidents Met SLA(%)Comments
101101100%All incidents met SLA

@AndersBGS 

Thanks 

Yaseen

1 ACCEPTED SOLUTION

AndersBGS
Tera Patron
Tera Patron

Hi @MohammedYaseen ,

 

Thanks for reaching out to me 🙂

 

Yes, all is possible.

 

1. for the total incidents created for a month, you just need to create a monthly PA job collection incidents created last month. In best practice, I would include incidents resolved last month and incidents not in resolved or closed state. 

 

2. for incidents met SLA, you create a monthly PA job filtering incident_sla table, where sla is not breached.

 

3. for incident met SLA percentage, you create a count indicator and count all sla (both breach and not breach) and then utilize the count for number two to create the percentage in a formula indicator.

 

In relation to comments, this you can enable on the widget, so that you can make comments on monthly basis on all the metrics.

 

If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.

 

Best regards

Anders

If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.

Best regards
Anders

Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/

View solution in original post

3 REPLIES 3

AndersBGS
Tera Patron
Tera Patron

Hi @MohammedYaseen ,

 

Thanks for reaching out to me 🙂

 

Yes, all is possible.

 

1. for the total incidents created for a month, you just need to create a monthly PA job collection incidents created last month. In best practice, I would include incidents resolved last month and incidents not in resolved or closed state. 

 

2. for incidents met SLA, you create a monthly PA job filtering incident_sla table, where sla is not breached.

 

3. for incident met SLA percentage, you create a count indicator and count all sla (both breach and not breach) and then utilize the count for number two to create the percentage in a formula indicator.

 

In relation to comments, this you can enable on the widget, so that you can make comments on monthly basis on all the metrics.

 

If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.

 

Best regards

Anders

If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.

Best regards
Anders

Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/

Hi @AndersBGS 

One more requirement

Is it possible show monthwise also as below

S.NoSLA DefinitionDescriptionTarget

SLA Achieved %

Jan

SLA Achieved %

Feb

SLA Achieved %

Mar

       

 

MohammedYaseen
Tera Expert

Thanks alot @AndersBGS .This is very helpful