I'm having difficulty summing this polynomial, I want to get a total of indvidual row results. Any suggestions on how to go about this? Wrapping it in sum() or rangesum() is not working.
Hi, how should be total calculated when there are different rows with different [NormalizedMonth] values? In example, to sum all the rows, it could be: Sum(Aggr([YourExpression], [TableDimension(s)]))