This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hi Team,
I study the variability of a production system. So I am trying to plot Statistical Process Charts in Power BI. This SPC charts are guided by some rules and I have to set up Nelson's eighth rule. This rule sais that "if 8 consecutive points are outside the range, then the data is out of control". The range of value is [ avg - stdev ; avg + stdev ].
On the picture you can see an exemple of this rule and the graph represents data :
Data change dynamically on the filter selection and are order by date and a type on the graph.
I didn't have any problem to build the interval with DAX formula. But I don't know how to compare values at this range.
So my question is, how do you calculate a new measure that can find 'n' (can it be 1, 2, ..., 10) consecutives points that are outside this range?
I would like to indicate these values on the graph above, and then count the number of times the rule is broken (ie the number of times or n consecutive points are out of range).
Please, could you help me to calculate a such DAX formula ?
Thanks.
Solved! Go to Solution.
@LR,
You may check if the following post helps.
@LR,
You may check if the following post helps.
Hi @v-chuncz-msft,
Thank you very much for your answer !
I missed this piece of reflection to succeed !
Thanks again
LR
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 35 | |
| 32 | |
| 25 | |
| 22 | |
| 18 |
| User | Count |
|---|---|
| 65 | |
| 35 | |
| 32 | |
| 25 | |
| 23 |