I wanted to perform a SUM on all measures where the data is less than/equal to the current rows date. For example,
5
10
One possible approach is appending the data to itself, feeding it through a filter where the source date <= the date column, summarizing on the date column with the fields desired, and then joining this back to your original data set. Workflow is attached.
The Running Total tool may also be of interest if your dates are already sorted in the order that is desired. This sums up a column of data within the group specified.
Hi, @pateldev22
Try this.
Please mark as an acceptable solution + like, if it works for you.
Cheers!