With(
{
StartDate: 'Request Received'.SelectedDate,
AllHolidays: Holidays.Holiday
},
Last(
FirstN(
Filter(
ForAll(
Sequence(35,0),
DateAdd(StartDate, Value,TimeUnit.Days)
) As ThisDay,
Weekday(ThisDay.Value, StartOfWeek.Monday) <= 5
&& !(ThisDay.Value in AllHolidays)
),
20
)
).Value
)
Enjoy Power Platform and have a great day 🚀 | My LinkedIn
If the answer helps, please consider 👍, Thanks.
Stay up to date on forum activity by subscribing.