It would be really nice if someone could help and explain to me what I am doing wrong.
Thx Christian
Solved! Go to Solution.
Hey @_chris_ !
Try the measure below.
PT =
CALCULATE(
SUMX(employeeHrs, employeeHrs[Hrs]/8),
FILTER(dimProjects, dimProjects[InvoicingKey]="nA"),
FILTER( employeeHrs, employeeHrs[toInvoice]=TRUE)
)
If this helps, please mark this question as solved to help people find quickly in our community!
Regards,
Marcel
Hi Marcel,
thanks a lot for your quick response. It works fine. I guess I have to go back and do my homeworks to understand why my solution did not work.
Thanks again!
Christian
Hey @_chris_ !
Try the measure below.
PT =
CALCULATE(
SUMX(employeeHrs, employeeHrs[Hrs]/8),
FILTER(dimProjects, dimProjects[InvoicingKey]="nA"),
FILTER( employeeHrs, employeeHrs[toInvoice]=TRUE)
)
If this helps, please mark this question as solved to help people find quickly in our community!
Regards,
Marcel
User | Count |
---|---|
114 | |
63 | |
60 | |
39 | |
37 |
User | Count |
---|---|
116 | |
66 | |
66 | |
65 | |
50 |