Forum Discussion
faustusxanthis
3 years agoFrequent Visitor
Calculate Monthly Average Cases per Resource
Good day, everyone! I have already tried researching multiple boards and have also searched online but I can't seem to get the right formula on this one. I have a dataset like this: ...
- 3 years ago
Hi faustusxanthis
If i understand you correctly please modify your dax formula to :Test Average = divide( SUMX(VALUES('Table'[Resource]), COUNT([Case id])),DISTINCTCOUNT('Table'[Closed Month]))If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
Ritaf1983
Super User
3 years agoHi faustusxanthis
If i understand you correctly please modify your dax formula to :
Test Average = divide( SUMX(VALUES('Table'[Resource]), COUNT([Case id])),DISTINCTCOUNT('Table'[Closed Month]))
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
faustusxanthis
3 years agoFrequent Visitor
Thank you so much Ritaf1983. It worked!
- Ritaf19833 years ago
Super User
Happy to help 😊