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 |
---|---|
129 | |
61 | |
57 | |
55 | |
43 |
User | Count |
---|---|
121 | |
60 | |
59 | |
54 | |
49 |