The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
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
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
113 | |
81 | |
75 | |
52 | |
48 |
User | Count |
---|---|
133 | |
124 | |
78 | |
64 | |
61 |