Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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 :
Solved! Go to Solution.
@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]))
@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]))
I try but still same issue
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!