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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Bfaws
Helper III
Helper III

Measure to calculate Full-time equivalent (FTE)

Hi,

 

I was hoping someone could help.  I`m pretty new to DAX and I`m struggling with a measure.  I`m trying to figure out two figures based a a list of employees and report dates.  I need to essentially know how many actual employees we have in a single month as well as what the full time equivalent (FTE) is for that month. I have managed to figure out the actual count of employees but it is the full time equivalent that I`m struggling with. 

 

This here is what the table looks like:

 

Power BI community (1) 02.06.2020.PNG

 

and this is the expected result:

 

Power BI community (2) 02.06.2020.PNG

 

Any help would be much appreciated.

 

Thanks.

1 ACCEPTED SOLUTION
stevedep
Memorable Member
Memorable Member

Seem like you want to do a count and a sum?

Nothing special needed in that case. Just set the calculation to sum in the values part of the table. 

See;sum.png

 

Power BI file available here.

 

Please mark as solution if this is what you are looking for.

 

Kind regards,

 

 

Steve. 

 

View solution in original post

2 REPLIES 2
AlB
Community Champion
Community Champion

Hi @Bfaws 

 

Would this not be sufficient?

       Measure = SUM(Table1[FTE])

where Table1 is the first table you show

 

Please mark the question solved when done and consider giving kudos if posts are helpful.

Contact me privately for support with any larger-scale BI needs, tutoring, etc.

Cheers 

SU18_powerbi_badge

stevedep
Memorable Member
Memorable Member

Seem like you want to do a count and a sum?

Nothing special needed in that case. Just set the calculation to sum in the values part of the table. 

See;sum.png

 

Power BI file available here.

 

Please mark as solution if this is what you are looking for.

 

Kind regards,

 

 

Steve. 

 

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.