Reply
abdelkader2
Regular Visitor
Partially syndicated - Outbound

Calculate sum of daily average FTE

Hello I'be got one table 'MEMO_TEMPS)  with : date (D_PRODUCTION) area (PLANS.C_COD_PLAN) and team (POINTAGES.C_COD_EQ) and also FTE. I calculated average FTE per day per area and team with this calculation :

FTE2 = sum(MEMO_TEMPS[FTE])/DISTINCTCOUNT(MEMO_TEMPS[D_PRODUCTION])
table MEMO_TEMPS.JPG
Data from this calculation are ok but I need to have sum of daily average FTE per area (here it's not ok).
for exemple here 3821 we've got 5.69 but I need to have : 3.53+1.23+1.05+1 =6.83.
Can you please help me ? 
Issue with sum of average.JPG
1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

Syndicated - Outbound

@abdelkader2, not very clear. Test a measure such as

sumx(values(MEMO_TEMPS[plans.c_code_plan]), sum(MEMO_TEMPS[FTE])/DISTINCTCOUNT(MEMO_TEMPS[D_PRODUCTION]))

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

Syndicated - Outbound

@abdelkader2, not very clear. Test a measure such as

sumx(values(MEMO_TEMPS[plans.c_code_plan]), sum(MEMO_TEMPS[FTE])/DISTINCTCOUNT(MEMO_TEMPS[D_PRODUCTION]))

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Source Community: Power BI Spanish
Syndicated - Inbound

I try but still same issue try.JPG

avatar user

Helpful resources

Announcements
March PBI video - carousel

Power BI Monthly Update - March 2025

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

March2025 Carousel

Fabric Community Update - March 2025

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

Top Solution Authors (Last Month)
Top Kudoed Authors (Last Month)