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 / How to return timestam...
Power Apps
Answered

How to return timestamp value of a last (newest) record with certain column value?

(0) ShareShare
ReportReport
Posted on by 255

I have Dataverse table Drives.

I have there Purpose column. 

I need to find the last (newest) record where Purpose = "Gaspump".

From that particular record I need to return its Created value.

 

How to accomplish this?

Categories:
I have the same question (0)
  • Verified answer
    LaurensM Profile Picture
    12,516 Moderator on at

    Hi @Finnair,

     

    Please try the code below. The code might vary slightly depending on the column type (choice or text):

    First(
     Sort(
     Filter(
     //Change to the correct Dataverse table name if necessary
     Drives,
     //Should it be a choice column use Purpose = ChoiceListName.Purpose
     Purpose = "Gaspump"
     ),
     'Created On',
     SortOrder.Descending
     )
    ).'Created On'

     

    If this solves your question, would you be so kind as to accept it as a solution.
    Thanks!

  • Finnair Profile Picture
    255 on at

    @LaurensM 

    O-M-G

    It works!

    Amazing, thanks very much!

     

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 June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 326 Most Valuable Professional

#2
11manish Profile Picture

11manish 168

#3
sannavajjala87 Profile Picture

sannavajjala87 75 Super User 2026 Season 1

Last 30 days Overall leaderboard