NCR Report Analysis
Appearance
Summary
Filters
| Filter | Description |
|---|---|
| Date | Filters data based on dates when staff activities were recorded, as well as entities (business units) and regions, allowing users to view staff metrics for specific time periods, entities, and geographic regions. |
| Entity & Region | Filters data based on entities (business units) and regions where NCRs were recorded, allowing users to view staff involvement in non-conformance incidents specific to selected entities and geographic regions. |
| Staff | Filters data based on entities (business units) and regions where staff activities were recorded, allowing users to view staff metrics specific to selected entities and geographic regions. |
Data Transformation Applied
| Query | Transformations |
|---|---|
| Datacair tickects table API link =https://customer-service.datacair.com/api/ticket/ticket?department=4&limit=1000000000 |
|
| SharePoint Tables =https://dcbiaero.sharepoint.com/sites/NCRDatabase/ | Purpose: Connects to the NCR Database stored on SharePoint and retrieves all available tables and lists.
Details: Uses SharePoint API version 2.0 and loads all views in the site. Enables access to structured NCR (Non-Conformance Report) data for further transformation and reporting in Power BI. Usage: This source is used to supplement other datasets with NCR-related metadata or additional ticket details not available in the primary API. |
Calculations

| Columns | Calculation | Description |
|---|---|---|
| 1.Total NCRs Raised By Entity, Region and Dates | Total NCR's =
COALESCE(DISTINCTCOUNT('NCR_page_datacaire_tickets'[id]), 0) |
|
| 2. Number of Tickets By Creation Dates | Total Tickets=COUNT('NCR_page_datacaire_tickets'[id) |
|
| 3.Staff and Ticket Metrics Table | Total Tickets=COUNT('NCR_page_datacaire_tickets'[id) |
|
| 4. Total NCR Reports by Entity and Region | Total NCR's =
COALESCE(DISTINCTCOUNT('NCR_page_datacaire_tickets'[id]), 0) |
|