Forum Discussion
Greg_Deckler
5 years agoCommunity Champion
How to Get Your Question Answered Quickly
Ever wonder why some questions get answered so quickly while others languish or are seemingly completely ignored? Fear not, this article will help guide you into getting your question answered quickl...
Syndicate_Admin
5 years agoAdministrator
Try this as a new column in Power Query:
List.Select(
List.Transform(
{Number.From([Start Date]).. Number.From([End Date])},
each Date.From(_)
),
each Date.DayOfWeek(_, 1) < 5
)
Going forward, please create a new post with your questions rather than replying to another post. This will ensure that your question gets seen by more people and anwered much faster.
Pete
mianai
3 years agoAdvocate I
Thanks for sharing such helpful information