Issue
Error Code : 9EC30172: Cannot blend the secondary data source because one or more fields use the DATEPARSE function, which cannot be computed locally when using DateParse functions with aggregations like MAX, MIN,Count etc
Example: Calculation like the following with blend throws the above error: date(DATEPARSE("dd mm yyyy", MAX([Date string])))