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 / excel date does not ma...
Power Apps
Answered

excel date does not match in powerapp table

(0) ShareShare
ReportReport
Posted on by
excel date does not match in powerapp table It's 3 hours late please help

 

Categories:
I have the same question (0)
  • Michael E. Gernaey Profile Picture
    53,968 Super User 2026 Season 2 on at

    Hello @claudiourra 

     

    This is a common issue if you search its very very very common.

     

    The issue is with the Server settings, localization settings, or the users settings who created the file.

     

    One of those has a different TimeZone then Power Apps. So you need to figure out what time zone it was created in and convert it to Match.

     

    This is an Excel issue not a Power Apps Issue but can be "resolved" with either a Script in Excel or Writing the Convert functionality once you have the Timezone which is easy enough


    If I have helped you, I would really appreciate if you please Mark my answer as Resolved/Answered, and give it a thumbs up, so it can help others

    Cheers

    Thank You
    Michael Gernaey MCT | MCSE | MCP | Self-Contractor| Ex-Microsoft
    https://gernaeysoftware.com
    LinkedIn: https://www.linkedin.com/in/michaelgernaey

  • Verified answer
    v-qiaqi@microsoft.com Profile Picture
    Microsoft Employee on at

    Hi @claudiourra,

    Here is the thing:

    • Excel save time as UTC time by default.
    • PowerApps load time as local time by default.

    Try to update the datetime as below:

    DateAdd(
     DateValue2.SelectedDate+
     Time(
     Value(HourValue2.Selecter.Value);
     Value(MinuteValue2.Selecter.Value);
     Value(SecondValue2.Selecter.Value)
     );
     -TimeZoneOffset();
     Minutes
    )

    Note that using the -TimeZoneOffset() if excel display time 3 hours later than PowerApps time, like you save time like 9/30/2023 0:00 in Power Apps, but your excel display like 9/29/2023 21:00.

    If excel display time 3 hours earlier than PowerApps time, using TimeZoneOffset().

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 358 Most Valuable Professional

#2
11manish Profile Picture

11manish 214 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 185

Last 30 days Overall leaderboard