--- alias: user-guide-business-intelligence-dashboard-yield-loss-information tags: - dashboard grafana_json: Library\Build\ConfigFiles\Grafana\MES\dashboards\YieldLossInformation.json description: "This dashboard analyzes material loss patterns and performance deviations throughout the production process" --- # Yield Loss Information ## Overview The **Yield Loss Information** dashboard provides a detailed analysis of **Material** efficiency by tracking Loss patterns and performance deviations throughout the production process. ## Folder * Performance ## Database * DWH (queried via Cube using GraphQL and OData) ## Data * Yield Loss (%) * Loss Quantity * Loss Reason ## Example ![Yield Loss Information 1](../images/yield_loss_information1.png) ![Yield Loss Information 2](../images/yield_loss_information2.png) ## Data Breakdown | KPI | Description | Formula | | - | ------ | --- | | **Yield Loss** | The percentage Loss of Material during processing, compared to the total amount of Material that entered the process.| 100 - (Processed Primary Quantity / (Processed Primary Quantity + Primary Quantity Losses)) * 100| | **Loss Reason** | Reasons recorded when a Loss occurs during a Step. | N/A | | **Loss Quantity** | The total primary quantity of Material and Sub-Material Losses, representing the amount of Material lost during the processing steps. | N/A | ## Data Visualization | Panel | Description | Threshold Values | Datasource | |-------|-------------|------------------|------------| | **Yield per Step** | Tabular view of Yield per Step.| Color-coded by thresholds: green (100%–95%), yellow (95%–90%), red (90%–0%).| `material_movement` in [[user-guide-materialcube#material-movement]]| | **Top Loss Reasons by Quantity** | Horizontal Chart displaying the top Loss Reasons by quantity.| The Top Loss Reason is displayed on top and marked in red. |[[dataplatform-dataset-materiallossbonus| Material Loss Bonus Dataset]]| | **Top Loss Reasons by Occurrences** | Pie chart displaying the percentage of occurrences for each Loss Reason.| N/A | [[dataplatform-dataset-materiallossbonus| Material Loss Bonus Dataset]]| | **Losses Over Time by Step** | Stacked bar chart displaying daily Loss quantities by color-coded Steps. | N/A | `material_movement` in [[user-guide-materialcube#material-movement]]| | **Yield Loss** | KPI monitoring Material inefficiency during production.| Color-coded by thresholds: grey (0–2%), red (2–100%). | `material_movement` in [[user-guide-materialcube#material-movement]]| | **Total Loss Quantity** | KPI measuring the total amount of Material lost during production. | N/A | `material_movement` in [[user-guide-materialcube#material-movement]] | | **Material Yield Loss History**| Table presenting the historical record of daily Material Loss transactions.| N/A | `material_movement` in [[user-guide-materialcube#material-movement]]| ## Entity Filters ### Single selection * Enterprise * Site * Units ### Multiple/All selection * Facility * Area * Step * Product * Material Type * Material Form * Shift {% include-markdown 'includes/pages/dashboards_filter_options.md' %}