I'm trying to add an additional column to my data source which will map the days outstanding based on Reference ID to the corresponding category in a separate file. The final product should show Ref ID, Days, and Category.
I started going down the attached path but couldn't think of a next step to isolate on the last true value based on Ref ID.
Any thoughts?