Forum Discussion
Anonymous
8 years agoNot applicable
Average Formula
How can I build a DAX formula that will return the average of the highlighted column. I'm trying to do this to get the average by year & quarter:
10 Replies
- AnonymousNot applicable
Can you please try this
: AverageX(AllExcept(Table,Year,Quarter),(positivefeedback/Allgroups*100))
* In Place of Table keep your table name.
Thanks,
Aditya
- AnonymousNot applicable
Anonymous I've tried doing it this way but for whatever reason it comes out to 100% for every month:
- AnonymousNot applicable
Can you please post your calculation and few rows sample data here..