Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hello,
I have a time series and I calculated the 6 months moving average. The data is on monthly basis and now I would like to compare each of the moving average values with the individual months values. The moving average is a measure and I have 2 columns: one containing the date and another one containing the values for each month.
Basically I want to make an alarm sistem for when the monthly data rises above the moving average.
Any help is much appreciated!
Thank you!
Solved! Go to Solution.
hi, @serbanbuliga
Just try this simple way:
Step1:
Create a simple measure for the single values.
Measure= CALCULATE( SUM( [single value] ) )
Step2:
Then compare this measure with [moving average]
Best Regards,
Lin
hi, @serbanbuliga
Just try this simple way:
Step1:
Create a simple measure for the single values.
Measure= CALCULATE( SUM( [single value] ) )
Step2:
Then compare this measure with [moving average]
Best Regards,
Lin
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 52 | |
| 47 | |
| 29 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 88 | |
| 73 | |
| 39 | |
| 26 | |
| 24 |