I have a dataset where i'm tracking adjustments made to sales. each adjustment is treated separately and grouped by ID. you can have multiple adjusments for the same ID but they must be treated separately and not aggregated.
I'm trying to get a row count based on the adjustment date. So if the adjustment date is 3/1/2021 and the last sales transaction was recorded on 3/1/2020 ( 1 year ago) then that would be my starting point, up until the earliest date for that ID. an example is below. The example only shows on ID but this would be applied across thousands of IDs so it will need to be grouped by ID. Append Tools won't work because my dataset grows exponentially and my workflow doesn't seem to finish running.
