Forum Discussion
Marcegon
Helper II
2 years agoAverage of Multiple Columns Question
Good afternoon, I am using the formula below to obtain an average of multiple columns; however, when I add the measure to the matrix I get the message "cannot load the data because the function AVERA...
- 2 years ago
you need to change the data type of columns to a summable column, ie decimal or whole number, as its currently a string.
vanessafvg
Community Champion
2 years agoyou need to change the data type of columns to a summable column, ie decimal or whole number, as its currently a string.
- Marcegon2 years ago
Helper II
Thank you!