NCR Report Analysis
Appearance
Summary
Filters
| Filter | Description |
|---|---|
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) |
|