Forum Discussion
zsodf
3 years agoRegular Visitor
Average matrix
Hello, In my matrix , I want to create a new column or measure that calculates the average of my columns 1 and 2. I would like to point out that the moving average is a measure
ppm1
Solution Sage
3 years agoPlease try a measure expression like this.
= AVERAGEX(Table, Table[1] + Table[2])
Pat