How do I calculate a change in dates? Which Icon do I utilize (new user)
@pschlom do you mean calculate the number of business days between two dates?
To calculate a change in dates using Alteryx, you can utilize the DateTimeDiff() function, which calculates the difference between two dates or times in various units (e.g., days, months, years).
DateTimeDiff([Date1], [Date2], "days")