Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Calculate sum of daily average FTE
11-23-2020
05:40 AM
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])
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 ?
Solved! Go to Solution.
1 ACCEPTED SOLUTION
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2020
05:51 AM

@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]))
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2020
05:51 AM

@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]))
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Helpful resources
Featured Topics
Top Kudoed Authors (Last Month)
User | Count |
---|---|
122 | |
104 | |
83 | |
52 | |
45 |