Turning an integer value into a date field

Breakdown of the solution:

Max date for each accountingperiod

I then formatted this as an actual date (concat to include ‘/’ between YYYY/MM/DD)


image

I then parsed this field as a date:
image

image