% of scheduled PMs completed on time
% of scheduled PMs completed on time
it measures adherence to the maintenance plan before equipment failures occur. A sustained dip below 90% predicts a rise in unplanned downtime and yield loss within the next 30-60 days.
(PMs completed on time / Total PMs scheduled) x 100One row per maintenance order operation — equipment × plant × work centre × date
A preview of what's actually built for this KPI — extracted from the real Implementation Pack, not a mockup.
This is the primary ratio the pack's other measures build on — trend, rank, and period-comparison variants, all on Fact_Maintenance_Order. It guards against missing dates and values with NOT ISBLANK checks.
Fact_Maintenance_Order — 9 mandatory columns — maintenance order id, equipment key, ...Dim_Employee — key + nameDim_Equipment — key + nameDim_Plant — key + nameDim_Work_Center — key + nameDim_Date — Auto-generated calendar table — no customer data requiredFull field-by-field data contract, in 4 SQL dialects (SQL Server, Snowflake, Databricks, BigQuery), ships in the pack.
| Target | 0.98 — performance considered compliant at or above this line |
| Warning | 0.92 — amber alert — triggers a review |
Both live in one Excel tab — change them, refresh the report, done. No DAX editing needed.
Everything you need to build Preventive Maintenance Compliance in Power BI — dimensional model, DAX measures, SQL views, and a food-industry demo dataset.