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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hey Power BI Users! This is my first question here.
I am an absolut beginner in Power BI but this system is awesome. I need your help and count on you!
My problem is the rolling average - I have the monthly average:
Solved! Go to Solution.
@Anonymous , rolling seems fine. But calculation should be like this ?
Rolling Average 3 Months = calculate((DIVIDE('Parts per Month'[DoAs]; [Count of Parts]))*100; DATESINPERIOD(Dates[Date]; MAX(Dates[Date]); -3; month))
@Anonymous , rolling seems fine. But calculation should be like this ?
Rolling Average 3 Months = calculate((DIVIDE('Parts per Month'[DoAs]; [Count of Parts]))*100; DATESINPERIOD(Dates[Date]; MAX(Dates[Date]); -3; month))
Thank you!