Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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
Regards,
Marcel Magalhães
Microsoft Power BI Official Partner
MCT | Certified PL-300 Power BI
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
Regards,
Marcel Magalhães
Microsoft Power BI Official Partner
MCT | Certified PL-300 Power BI
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
115 | |
108 | |
99 | |
38 | |
36 |
User | Count |
---|---|
149 | |
122 | |
76 | |
74 | |
52 |