Forum Discussion
bcampbell
Helper I
5 years agoAVERAGES in a Matrix Table ??
How could I solve this problem I have a Matrix Table showing the Day of the Week and Time by Hour I have Count of Values , but if I broaden up the time frame mroe than a week , then my Values...
- Anonymous5 years ago
Hi bcampbell ,
Try
Count of number average per SOH = AVERAGEX ( ALLEXCEPT ( emmain, emmain[SOH] ), COUNTA ( emmain[number] ) )Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
5 years agoNot applicable
Hi bcampbell ,
Try
Count of number average per SOH =
AVERAGEX ( ALLEXCEPT ( emmain, emmain[SOH] ), COUNTA ( emmain[number] ) )
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.