The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I would like for this measure to return a zero if there are no billed hours. Any suggestions?
Solved! Go to Solution.
Billed Hours =
CALCULATE(
SUM('Billing 2022'[TimeWorkedInHours]),
'Billing 2022'[Billing Modality] IN { "ABC" }
) + 0
Billed Hours =
CALCULATE(
SUM('Billing 2022'[TimeWorkedInHours]),
'Billing 2022'[Billing Modality] IN { "ABC" }
) + 0
User | Count |
---|---|
29 | |
12 | |
8 | |
7 | |
5 |
User | Count |
---|---|
36 | |
14 | |
12 | |
7 | |
7 |