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 / Compare date with othe...
Power Apps
Answered

Compare date with other dates in same column in gallery to see if they match between years

(0) ShareShare
ReportReport
Posted on by 117

Hi everybody

 

I'm wondering if there is any way to compare a date with other dates which are in the same column within a gallery to check whether there is a record for the same dates in the previous year. 

I've uploaded a screenshot, so what I would like to be able to do is compare these from and to dates to other records in the data source to see if there was an record during these days in the year before. As you can see, the column "Last Year" for the second line should be "Test2" to show that during these dates last year a group named "Test2" had booked these dates. 

I hope I've explained the scenario good enough and I would really appreciate if someone could help me with this. 

 

Best regards

Eva

 

image.png

 

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

    @evalindag 
    Please insert a new label into your gallery with this code in the Text property.  It will show true when there is a match and false when there is no match.

     

    LookUp(
     your_datasource_name,
     FromDate=DateAdd(ThisItem, -1, Years),
     And ToDate=DateAdd(ThisItem, -1, Years)
    )=Blank()

     

    ---
    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."

  • evalindag Profile Picture
    117 on at

    Thank you so much @mdevaney  your solution worked perfectly! 

     

    Best regards

    Eva

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
11manish Profile Picture

11manish 551

#2
WarrenBelz Profile Picture

WarrenBelz 416 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 298

Last 30 days Overall leaderboard