Forum Discussion
MichalHoltz
9 years agoFrequent Visitor
How to do an average of multiple columns?
I have 3 columns and would like to get the average of 3 of them. How do I do that? App1 App2 App3 1 2 1 3 2 1 2 3 5 3 4 5 5 4 3 2 5 4
- 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?
tjm4q2
4 years agoFrequent Visitor
Update: An even more correct way using DAX would be to use a summarize(sumx()) statement.
pangelidis
2 years agoRegular Visitor
Sumx doesn't work on variable tables