NCR - DataCair Tickets: Difference between revisions
Appearance
| Line 40: | Line 40: | ||
!Description | !Description | ||
|- | |- | ||
| | |||
# Total NCR's | |||
|COALESCE(DISTINCTCOUNT('NCR_page_datacaire_tickets'[data.id]), 0) | |||
|Counts the number of unique <code>data.id</code> in NCR tickets. Returns 0 if there are no records | |||
| | | | ||
# Total NCR's | # Total NCR's | ||
Revision as of 10:19, 30 January 2026
Summary
This Power BI report provides a centralized view of service ticket performance across entities. Its API-sourced data has calculated metrics, and user-interactive filters to enable monitoring of resolution efficiency.
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) |
| Region slicer | Enables users to filter the report by region |
Data Transformation Applied
| Query | Transformations |
|---|---|
| Datacair tickects table API link =https://customer-service.datacair.com/api/ticket/ticket?department=4&limit=1000000000 |
|
Calculations
| Columns | Calculation | Description | |||
|---|---|---|---|---|---|
|
COALESCE(DISTINCTCOUNT('NCR_page_datacaire_tickets'[data.id]), 0) | Counts the number of unique data.id in NCR tickets. Returns 0 if there are no records
|
|
COALESCE(DISTINCTCOUNT('NCR_page_datacaire_tickets'[data.id]), 0) | Counts the number of unique data.id in NCR tickets. Returns 0 if there are no records
|