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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Anonymous
Not applicable

Projection of Future Months

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

)

JMcAnarney_0-1651501012038.png

 

 

 

 

What I want is something similar to this in excel =

 

JMcAnarney_0-1651501229500.png

 

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.

3 REPLIES 3
tamerj1
Super User
Super User

Hi @Anonymous 

can you please advise how did you calculate the yellow highlighted values?

Anonymous
Not applicable

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?

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.