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 Automate / Getting the latest and...
Power Automate
Unanswered

Getting the latest and earliest date value from a table

(0) ShareShare
ReportReport
Posted on by

Hi

I would like to retrieve the latest and earliest date from a specific column in an excel table, as shown in the image below.

The date format is YYYY/MM/DD.

Would this be possible with Power Automate Desktop.

Thank you

Question .png

I have the same question (0)
  • UshaJyothiKasibhotla Profile Picture
    225 Moderator on at

    Hi @Michael999 

    Use Run .net action 

    configure references as shown in the link below

    https://youtu.be/gyscFdPdCCQ?si=vBZzKYXMukK2zcm

     

    Add the linq and arguments as shown in the below image

    UshaJyothi20_2-1709465744500.pngUshaJyothi20_3-1709465774081.png

     

    Use the following Linq 

    out_DT = DT.AsEnumerable.OrderByDescending(Function(r) Datetime.ParseExact(r("Date").trim,{"YYYY/MM/DD"}, System.Globalization.CultureInfo.InvariantCulture,system.Globalization.DateTimeStyles.None)).CopyToDataTable



    Now you will get a data table in which the date is ordered and pick the first row then you can get the latest date.....

     

    Hope this helps,

    Usha.

     

     

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 Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Valantis Profile Picture

Valantis 484

#2
11manish Profile Picture

11manish 282

#3
David_MA Profile Picture

David_MA 280 Super User 2026 Season 1

Last 30 days Overall leaderboard