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 / Date Field Calculation
Power Apps
Answered

Date Field Calculation

(1) ShareShare
ReportReport
Posted on by 728

Hello,

 

I have a label in a gallery with the following calculation:

 

Text(DateAdd(ThisItem.EV_Date, -1))

 

Is there a way this formula can be amended to state that if EV_Date lands on a Monday, then the date is to show Fridays date, but any other day it is to show the day before date?

 

thanks

Categories:
I have the same question (0)
  • Verified answer
    iAm_ManCat Profile Picture
    18,256 Most Valuable Professional on at

    Heya!

     

    You can use the WeekDay function to check for this:

     

    If(
     //Starts Sunday, goes from 1 to 7
     WeekDay(ThisItem.EV_Date)=2
     ,
     Text(DateAdd(ThisItem.EV_Date, -3))
     ,
     //Otherwise show the date before
     Text(DateAdd(ThisItem.EV_Date, -1))
    )

     

    This of course only works for a Monday - we are assuming that your users won't be choosing saturday/sunday? If they can choose sat/sun then we need to also accommodate for that in the formula.

     

    Cheers,

  • neill_long Profile Picture
    728 on at

    this is brilliant, thanks very much. works perfectly.

  • iAm_ManCat Profile Picture
    18,256 Most Valuable Professional on at

    Happy to help, hope you have a great day!

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 762

#2
11manish Profile Picture

11manish 640

#3
Valantis Profile Picture

Valantis 548

Last 30 days Overall leaderboard