The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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 |
---|---|
28 | |
10 | |
8 | |
6 | |
5 |
User | Count |
---|---|
33 | |
13 | |
12 | |
9 | |
7 |