Forum Discussion
Anonymous
8 years agoNot applicable
Help with an average measure excluding value
Hi I was wondering if someone could help me? I have a score created through a measure, shown by day. This works fine. I can show the measure in a table of days and this gives me a rating per day ...
- 8 years ago
Anonymous
Try with following
Day Average = AVERAGEX ( FILTER ( VALUES ( DateKey[Date] ), [Score] > 20 ), [Score] )
Zubair_Muhammad
8 years agoCommunity Champion
Anonymous
Try with following
Day Average = AVERAGEX ( FILTER ( VALUES ( DateKey[Date] ), [Score] > 20 ), [Score] )
Anonymous
8 years agoNot applicable
That works brilliantly, thanks very much!!