Forum Discussion
hyperbob0811
6 years agoFrequent Visitor
Help with DAX Formula error
I have a set of data for which I am trying to get a running total from a calculated column, but I keep getting an error. My code is below Running Total = List.Sum(List.Range(#"Added Index"[Total...
v-eachen-msft
6 years agoCommunity Support
Hi hyperbob0811 ,
I made a test in my sample and it works properly.
You could provide your codes and sample here to make the problem clearer.
hyperbob0811
6 years agoFrequent Visitor
I managed to get it to work, but had to basically take my data out and add in a column which had precalculated each row total cost, as without this - even a measure or a calculated column the thing simply refused to work!