Orderby and sum

Hi to all.

The result of my slice is a table with customer name - column 1 decimal value - column 2.
I would like the result of column 3 to be the sum of the decimal values, provided that the [_rownumber] <=[_thisrow].[_rownumber] in this slice

Solved Solved
0 1 84
1 ACCEPTED SOLUTION

SUM(SELECT(SliceName[Column 2], [_ROWNUMBER] <= [_THISROW].[_ROWNUMBER]))

View solution in original post

1 REPLY 1

SUM(SELECT(SliceName[Column 2], [_ROWNUMBER] <= [_THISROW].[_ROWNUMBER]))
Top Labels in this Space