Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi ,
I am calculte a factor for safety management. I need to add 3 conditions:
Lost Time Injury
Medical Aid
First Aid - Treatment
When I add only one condition, it works good.
Solved! Go to Solution.
A =
CALCULATE(
COUNT('Incident Report'[Form ID]),
Filter('Incident Report',
'Incident Report'[Event Type]="Lost Time Injury" ||
'Incident Report'[Event Type]="Medical Aid" ||
'Incident Report', 'Incident Report'[Event Type]="First Aid - Treatment"
)
I don get what is 'Date', do you want sum workers and days?
A =
CALCULATE(
COUNT('Incident Report'[Form ID]),
Filter('Incident Report',
'Incident Report'[Event Type]="Lost Time Injury" ||
'Incident Report'[Event Type]="Medical Aid" ||
'Incident Report', 'Incident Report'[Event Type]="First Aid - Treatment"
)
I don get what is 'Date', do you want sum workers and days?
User | Count |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
25 | |
19 | |
14 | |
8 | |
7 |