Forum Discussion
GD61
Helper III
10 years agoSUM row by row
Hi, In my table, I want to add a new column to display the sum row by row : Crime rate + Community well-being + Cost of living + Health care quality + Tax rate What is the formula to do that? Th...
- 10 years ago
If I understand correctly, you would create a custom column with the formula:
MySum = [Crime rate] + [Community well-being] + [Cost of living] + [Health car quality] + [Tax rate]
You could also create a measure with the same formula and place it in a table visualization.
Greg_Deckler
Community Champion
10 years agoIf I understand correctly, you would create a custom column with the formula:
MySum = [Crime rate] + [Community well-being] + [Cost of living] + [Health car quality] + [Tax rate]
You could also create a measure with the same formula and place it in a table visualization.