Forum Discussion

ArchStanton's avatar
ArchStanton
Power Participant
3 years ago

Measure requires additional parameter

Hi,   This measure successfully gives me the amount of ALL Cases closed:   YTD Closures = CALCULATE(COUNT('Cases'[incidentid]),FILTER('Cases',[statecode_display]="resolved"))   I would like to...