Forum Discussion

GD61's avatar
GD61
Helper III
10 years ago
Solved

SUM 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...
  • Greg_Deckler's avatar
    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.