Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I am trying to do yearly payroll projections on months that HAVE NOT occurred yet. For example in the graph below I have the following formula for Monthly Projection =
Monthly Projection =
CALCULATE(
AVERAGEX(
VALUES('Calendar'[Year]),
[Actuals:]
),
REMOVEFILTERS('Calendar'),
VALUES('Calendar'[Month])
)
What I want is something similar to this in excel =
How can I write a formula where this occurs, and I want the methodology be a rolling average based on the year. For example, through may 31st 10 pay periods would occur. I want the future months to be the average pay period *2.
Hi @Anonymous
can you please advise how did you calculate the yellow highlighted values?
Those are random numbers ideally it would be an average of the prior months i.e. average of all Aprils
Can you share some sample data?
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 6 | |
| 6 | |
| 4 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 24 | |
| 20 | |
| 10 | |
| 7 | |
| 7 |