Forum Discussion
Anonymous
3 years agoNot applicable
Sum multiple columns and receiving individual values per row
Hi, I summed 14 columns of data using the SUMX function but instead of receiving individual values per row, I've recevied one big summed figure. Should I be doing something differently? The f...
- 3 years ago
Hi,
add Calculate before SUMX to change to row context. e.g
CALCULATE(SUMX(TableName, TableName[column a] +TableName[column b] +TableName[column c] ...))
If I answered your question, please mark my post as solution, Appreciate your Kudos ๐
DOLEARY85
3 years agoResident Rockstar
Hi,
add Calculate before SUMX to change to row context. e.g
CALCULATE(SUMX(TableName, TableName[column a] +TableName[column b] +TableName[column c] ...))
If I answered your question, please mark my post as solution, Appreciate your Kudos ๐