web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Get the date of this w...
Power Apps
Answered

Get the date of this weeks monday and friday

(0) ShareShare
ReportReport
Posted on by 339

Is there a way to get the dates of this week monday and friday?

 

I used Today() + 7 - Weekday(Today(), MondayZero) 

 

But it will either give me next week day, or if i remove the +7, it will give me last week. Never the current one. 

 

Any help?

Categories:
I have the same question (0)
  • Verified answer
    mdevaney Profile Picture
    29,991 Moderator on at

    @Field 

    My solution assumes your week starts on Monday.

     

    Here's how you get the current week's Monday

     

    DateAdd(Today(),1-Weekday(Today(),StartOfWeek.Monday),Days)

     

    Here's how you get the current week's Friday

     

    DateAdd(Today(),1-Weekday(Today(),StartOfWeek.Monday)+4,Days)

     

     

    ---
    Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."

  • DianaLucia Profile Picture
    2 on at

    Hello! It worked, now it stopped working. Power Automate sends a message saying it is not valid.

     

  • Mcgallian Profile Picture
    2 on at

    Just responding to this as I just had to build out a similar formula.  I used:
    DateAdd(
    Today(),
    -Mod(Weekday(Today()) - 2, 7)
    )
    The -2 is to account for what day your calendar starts on, so check the date output and adjust as needed

  • ArtieLeech Profile Picture
    42 on at

    I had to tweak my version slightly, to add the TimeUnit prefix, like this:

     

    DateAdd(Today(), 1-Weekday(Today(), StartOfWeek.Monday), TimeUnit.Days)
     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 401 Most Valuable Professional

#2
11manish Profile Picture

11manish 201 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 128 Super User 2026 Season 2

Last 30 days Overall leaderboard