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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

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
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

AugPowerBI_Carousel

Power BI Monthly Update - August 2024

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

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

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