Forum Discussion
How to do an average of multiple columns?
- 9 years ago
MichalHoltz you right!
what about
(AVERAGE(Table2[SAP SRM Functionality])+average(Table2[SAP SRM Productivity])+average(Table2[SAP SRM Quality])+average(Table2[SAP SRM Support]))/4?
Thanks. I tried this but I get an error message- The AVERAGE function only accepts a column reference as an argument
What am I missing (I'm new to Dex)?
Measure = AVERAGE(SUM(Table2[SAP SRM Functionality])+SUM(Table2[SAP SRM Productivity])+SUM(Table2[SAP SRM Quality])+SUM(Table2[SAP SRM Support]))
MichalHoltz you right!
what about
(AVERAGE(Table2[SAP SRM Functionality])+average(Table2[SAP SRM Productivity])+average(Table2[SAP SRM Quality])+average(Table2[SAP SRM Support]))/4?
- MichalHoltz9 years agoFrequent Visitor
vanessafvg it works! Thanks a lot!!
- Anonymous7 years agoNot applicable
Thanks it worked
- Anonymous7 years agoNot applicable
Is there a way of averaging multiple columns via range instead of listing them all?
- Anonymous5 years agoNot applicable
This doest work if one value is missed or 0 - may be any solutuon for that?
thnaks
ALeks
- Cre83 years agoRegular Visitor
Exactly. Is there a way to solve this problem? Have the same problem!