List.Accumulate
Calculate a total value by combining the items in the list using an accumulator. You can also specify an initial value, known as the seed parameter, if needed.
Calculate a total value by combining the items in the list using an accumulator. You can also specify an initial value, known as the seed parameter, if needed.