Forum Discussion
Anonymous
6 years agoNot applicable
Calculate average considering all columns except one
Hi Team, I have a Table matrix with 5 columns added in it and "State" is one of the column. I want to get the average sales at the national level, i.e, that measure should ignore filter fro...
- 5 years ago
Hi Anonymous ,
Try to use allexcept and add 'country' and 'Speciality' to the filter condition.
Measure = CALCULATE(AVERAGE('Table'[sale]),ALLEXCEPT('Table','Table'[Speciality],'Table'[country]))Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Greg_Deckler
Community Champion
6 years agoAnonymous What is your expected result?
Anonymous
6 years agoNot applicable
Greg_Deckler For Rap, i should be getting 77.28 in all 4 & for Classic it should be 80.06.
Basically, i need a national level average.