Forum Discussion
mariaSam1014
Helper I
2 years agoCOUNT based on categorized criteria(priority basis)
HI Power community, This is my first post ever: Tenant OccupierId Location Weekly _RN RISK Severity Level RN_delta Severity Trend ABC 11 BAC drive Bathroom 1 237.33 EXTREME 237....
Gabry
Super User
2 years agoWell man if you just need to count the number of occupier id for tenant, risk level and security this is the formula:
Test =
CALCULATE(DISTINCTCOUNT('Table'[OccupierId]), ALLEXCEPT('Table', 'Table'[Tenant], 'Table'[Severity Trend], 'Table'[RISK Severity Level]))
as I can see it works perfectly.
Example
Tenant: XYZ
Risk Level: Medium
Trend: Deteriorating
NUMBER OF OCCUPIER 3
mariaSam1014
Helper I
2 years agohave you seen my required answer table in my orignal post? If you can generate that fro your calculation I would appreciate that
You are giving me simple count each instance, this is not required at all. Thankyou for this help but exactly this is wrong with what actually is required that its counting each instance correctly. Not required.