Performance Page: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
== Summary == | == Summary == | ||
This Power BI report provides a centralized view of service ticket performance across entities. It combines API-sourced data, calculated metrics, and user-interactive filters to enable monitoring of resolution efficiency, root cause trends, and corrective action effectiveness. The report supports operational decision-making, performance tracking, and process improvement initiatives | This Power BI report provides a centralized view of service ticket performance across entities. It combines API-sourced data, calculated metrics, and user-interactive filters to enable monitoring of resolution efficiency, root cause trends, and corrective action effectiveness. The report supports operational decision-making, performance tracking, and process improvement initiatives | ||
== Filters == | == Filters == | ||
| Line 36: | Line 35: | ||
|Root cause table API link =[https://customer-service.datacair.com/api/ticket/customfield/6?limit=1000000000 https://customer-service.datacair.com/api/ticket/customfield/5] | |Root cause table API link =[https://customer-service.datacair.com/api/ticket/customfield/6?limit=1000000000 https://customer-service.datacair.com/api/ticket/customfield/5] | ||
| | | | ||
*'''API Endpoint:''' <code>https://customer-service.datacair.com/api/ticket/customfield/5</code> | * '''API Endpoint:''' <code>https://customer-service.datacair.com/api/ticket/customfield/5</code> | ||
* '''Purpose:''' Retrieves the '' | * '''Purpose:''' Retrieves the ''Root cause'' custom field values for tickets. | ||
* '''Default Behavior:''' The API returns a maximum of '''50 records''' per request unless otherwise specified. | * '''Default Behavior:''' The API returns a maximum of '''50 records''' per request unless otherwise specified. | ||
| Line 47: | Line 46: | ||
* '''Default Behavior:''' The API returns a maximum of '''50 records''' per request unless otherwise specified. | * '''Default Behavior:''' The API returns a maximum of '''50 records''' per request unless otherwise specified. | ||
|- | |||
|Datacair tickects table API link =<nowiki>https://customer-service.datacair.com/api/ticket/ticket?department=4&limit=1000000000</nowiki> | |||
| | |||
* '''API Endpoint''': <code><nowiki>https://customer-service.datacair.com/api/ticket/ticket?department=4&limit=1000000000</nowiki></code> | |||
* '''Purpose''': Retrieves comprehensive ticket information for department ID '''4''', including metadata and key lifecycle fields. The <code>limit</code> parameter is explicitly set to a very high value to ensure all relevant records are returned in a single call, bypassing default pagination limits. | |||
|} | |} | ||
| Line 72: | Line 77: | ||
|This metric measures the number of tickets categorized by the corrective action taken to resolve them. It helps evaluate the effectiveness of remediation strategies and supports continuous improvement in service delivery. | |This metric measures the number of tickets categorized by the corrective action taken to resolve them. It helps evaluate the effectiveness of remediation strategies and supports continuous improvement in service delivery. | ||
|- | |- | ||
|4. Breaks down tickets performance life cycle by: | |4. Breaks down tickets performance life cycle by: | ||
* Ticket Number | * Ticket Number | ||
Latest revision as of 11:00, 15 August 2025
Summary
This Power BI report provides a centralized view of service ticket performance across entities. It combines API-sourced data, calculated metrics, and user-interactive filters to enable monitoring of resolution efficiency, root cause trends, and corrective action effectiveness. The report supports operational decision-making, performance tracking, and process improvement initiatives
Filters
| Filter | Description |
|---|---|
| Date picker | Allows users to filter the dataset by a specific date or date range. |
| Entity slicer | Enables users to filter the report by entity ( Business unit) |
| Resolution Status | Filters data by the status of a case, issue, or task (e.g. Resolved, Not Resolved). |
Data Transformation Applied
| Query | Transformations |
|---|---|
| Entity table API link =https://customer-service.datacair.com/api/ticket/customfield/6 |
|
| Root cause table API link =https://customer-service.datacair.com/api/ticket/customfield/5 |
|
| Corrective Action table API link =https://customer-service.datacair.com/api/ticket/customfield/4 |
|
| Datacair tickects table API link =https://customer-service.datacair.com/api/ticket/ticket?department=4&limit=1000000000 |
|
Calculations

| Columns | Calculation | Description |
|---|---|---|
| 1. Total tickets by resolution time | Total Tickets =
DISTINCTCOUNT ( 'Performance and Root Cause'[Ticket Number] ) |
This metric tracks the number of support or service tickets resolved within specified time intervals. It provides insight into the efficiency of the resolution process, helping identify trends, bottlenecks, and opportunities for process improvement. |
| 2. Total tickets by Root cause | Total Tickets =
DISTINCTCOUNT ( 'Performance and Root Cause'[Ticket Number] ) |
This metric measures the number of tickets categorized by their underlying root cause. It is used to identify recurring issues, prioritize fixes, and prevent similar incidents in the future. |
| 3. Total tickets by Corrective Action | Total Tickets =
DISTINCTCOUNT ( 'Performance and Root Cause'[Ticket Number] ) |
This metric measures the number of tickets categorized by the corrective action taken to resolve them. It helps evaluate the effectiveness of remediation strategies and supports continuous improvement in service delivery. |
4. Breaks down tickets performance life cycle by:
|
|
This table contains detailed records of service tickets, including metadata, categorization, and time-based metrics. It serves as the foundation for operational reporting, performance tracking, and root cause analysis.
|