potap
New member
Hi!
Here is my problem :
Our year-end date is March 31 and the last pay of the year always overlaps the first pay of the following year. I need to have the number of working days between the StartDate and March 31 of the year. I also need to ignore Holidays. I have a Holiday table in Power Query that comes from my Calendar table.
Thank you!
Here is my problem :
Our year-end date is March 31 and the last pay of the year always overlaps the first pay of the following year. I need to have the number of working days between the StartDate and March 31 of the year. I also need to ignore Holidays. I have a Holiday table in Power Query that comes from my Calendar table.
Year | PayYear_ID | Pay_StartDate | Pay_EndDate | WorkingDays_YearBefore |
2014 | 1 | 3/20/14 | 4/2/14 | |
2015 | 1 | 3/19/15 | 4/1/15 |
Thank you!