Percentage of measurements over the norm in the last x days
This example demonstrates how to calculate the percentage of measurement submissions exceeding a defined threshold over a specific period (e.g., 14 days). We'll build the formula step by step, incorporating Constants, Map and Length operations, and basic arithmetic calculations like Division and Multiplication.
The goal is to determine when a certain percentage of measurements surpasses a predefined threshold, such as 3, within the last 14 days. Here's how to construct the formula: