Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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!
User | Count |
---|---|
25 | |
12 | |
8 | |
6 | |
6 |
User | Count |
---|---|
26 | |
12 | |
11 | |
8 | |
7 |