Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
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 November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.
Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!