Forum Discussion
Anonymous
4 years agoNot applicable
Average excluding zero by item
need help with DAX and Filters... i think. My current formula is calculating on the entire table... i need it by row,
Anonymous You might try AVERAGEX(FILTER(ALLEXCEPT(...),[Daily Average]<>0),[Daily Average])
4 Replies
- Greg_Deckler
Community Champion
Anonymous You might try AVERAGEX(FILTER(ALLEXCEPT(...),[Daily Average]<>0),[Daily Average])
- AnonymousNot applicable
Nope... i probably have the syntax wrong
- AnonymousNot applicable
it is not iterating per row?