Boundary Compliance Rate (%)

Purpose

This measure is used to monitor compliance with a defined target or boundary. It helps ensure that key business metrics remain within acceptable thresholds and supports governance and performance monitoring.

Business Context

Boundary Compliance Rate indicates the proportion of transactions that meet or exceed a predefined boundary value. These boundaries may represent minimum acceptable performance levels, policy thresholds, or contractual limits. Monitoring this measure enables business users to quickly identify areas where compliance is strong or where corrective action may be required.

Definition

:question_mark:

The measure calculates the share of transactions that are greater than or equal to a defined boundary value over the Agent’s filtered scope.

Business Formula

Boundary Compliance Rate (%) = (Number of Transactions Within Boundary / Total Number of Transactions)

Agent Expression

AVG(IF(Metric >= Boundary, 1, 0))