I want running total in Power Bi,in Power Query,and I want sum of columns which I created by summing of three columns and I have used the following index
List.Sum(List.Range(#"Added Index"[Sum],0,[Index]))
and getting the following error "Expression.Error: The column 'Sum' of the table wasn't found."
How can I resolve it?