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

The Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.

Reply
Anonymous
Not applicable

Project Payroll Using a Specific Pay Period and Graph the Projections

Hello Friends,

 

I need help in projecting payroll for the next fiscal year starting in FY24 Oct ending FY24 Sep, which equates to 26 pay periods in a fiscal year.

The payroll data had just populated for pay period 09/09/2023 within specific funding buckets.  I have also built in a "what if analysis to hire at 98% which gives me 100 FTEs to hire against the authorized strength of 1170.

I wanted to measure on the graph against the actual payroll when we start the new fiscal year.

Every time I use the "FY23AVGSalarySEPASGN" formula:

FY23AVGSalarySEP(ASGN) =
CALCULATE(
DIVIDE(
    SUMX(
     FILTER(FY23Payroll,FY23Payroll[Pay Period End Date] =DATE(2023,09,09)),
     FY23Payroll[AMOUNT PAID (DETAIL)]
     ),1)
     *26/[FY23ASGN]

 

to multiply against the projected assigned strength of 100

Proj to Hire = CALCULATE(
    [FY24 PROJ ASGN]-SUMX(
     FILTER(FY23ORG,FY23ORG[Date] >= DATE(2023,08,01) &&
     FY23ORG[Date] <= DATE(2023,08,01)
     ),
     FY23ORG[ASGN]))

 

I'm not able to graph total.   Is there a better way to write the formula?

1 REPLY 1
v-shex-msft
Community Support
Community Support

Hi @Anonymous,

Can you please share a pbix or some dummy data that keep the raw data structure with expected results? It should help us clarify your scenario and test to coding formula.

How to Get Your Question Answered Quickly  

Regards,

Xiaoxin Sheng

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.

Helpful resources

Announcements
Feb2025 Sticker Challenge

Join our Community Sticker Challenge 2025

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

Jan NL Carousel

Fabric Community Update - January 2025

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

Top Solution Authors