Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Anonymous
Not applicable

Rolling average but it is more complex ...

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!

 

Power BI Problem.PNG

 

My problem is the rolling average - I have the monthly average:

Average (monthly) = (DIVIDE('Parts per Month'[DoAs]; [Count of Parts]))*100+0
 
I need to 6 und 3 month rolling average. Currently I just filter the monthly average to the last 6 and 3 months but like you see in the pictures this is not the right way. I trieded and watched many videos about that topic but without success. 

Rolling Average 3 Months = calculate(SUMX(VALUES(Dates[Date]);'Stammdaten Komplett'[cases per month]); DATESINPERIOD(Dates[Date]; MAX(Dates[Date]); -3; month))/3  - this gives not the right data (is just an average of the last 3 months - i need a rolling average). 
 
Thank you for the help!



 
 
1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@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))

 

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@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))

 

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

Thank you!

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.