Hi Alteryx Community!
Preliminary note: originally I posted this together with another topic in one post but came to the conclusion it is better to split them up (the second topic you might find here).
I am setting up a Year over Year Report for Ordered Net Sales and am facing the following challenge: how to match the first workday of a month of current year with the corresponding same weekday (not workday) in the previous years(s).
Regarding the comparison we run two concepts:
Generally, we want to compare on a daily basis the current month of the current year with the corresponding months of the two previous years.
Concept 1 compares Weekday vs. corresponding weekdays and concept 2 compares workdays vs workdays.

Finding the corresponding workday shouldn’t be an issue since I have the running total for the workdays.
But my challenge is how to identify the respective matching days in the previous years. Especially for the match of weekdays.
In the attached workflow I
- Marked the workdays and weekends/holidays,
- Calculated the running totals for workdays per year, quarter and month and
- (in the last step) managed to identify the weekday (Mon; Tue, etc.) of the first workday per month in 2022. But how to identify the corresponding weekdays in 2021 and 2020?
I would appreciate any help solving this allocation issue.
Thanks
Alex
PS: to this I already received one replay from @RolandSchubert which you'll find here and to which I'll answer below.
ax