Forum Discussion
BratKat
Microsoft Employee
3 years agoDivide by distinct count and get average
Have a new Column calculated from two other existing columns Total = CALCULATE(COUNT('Work Items'[Column1]),'Work Items'[Column2] in {"Item1","Item2" }) Dividing by another column using d...
some_bih
Community Champion
3 years agoHi BratKat please provide some sample data with expected output.
BratKat
Microsoft Employee
3 years agoThis is the calculation am using for this
SevVols = ([Escort Bookings]+[ICM Incidents])/(distinctcount('Work Items'[IncidentID]))
Escort Bookings and ICM Incidents are count of items, for example
Escort Bookings and ICM Incidents = 20
IncidentID is distinctcount of number of actual incidents = 35