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/Time dataflow pro...
Power Apps
Unanswered

Date/Time dataflow problem

(0) ShareShare
ReportReport
Posted on by 52

Hi. I have a dataflow that reads time from one column and date from another in a spreadsheet.

 

No matter how I try I keep getting warnings when I run the dataflow. Can someone tell me what's wrong please?

 
Reason: Bad Request, Error code: 0x80040239, Message: DateTime is less than minumum value supported by CrmDateTime. Actual value: 01/01/0001 00:00:00, Minimum value supported: 01/01/1753 00:00:00
 
 #"Changed column type 1" = Table.TransformColumnTypes(#"Renamed columns 2", {{"crf79_timeofdelivery"type time}, {"hs_planneddate"type date}, {"hse_dateofdeliveryrescheduled"type date}}),
  #"Changed column type 2" = Table.TransformColumnTypes(#"Changed column type 1", {{"crf79_timeofdelivery"type datetime}}),
  #"Changed column type with locale" = Table.TransformColumnTypes(#"Changed column type 2", {{"crf79_timeofdelivery"type datetime}}, "en-GB"),
  #"Changed column type 3" = Table.TransformColumnTypes(#"Changed column type with locale", {{"crf79_timeofdelivery"type time}})
in
  #"Changed column type 3"
Paul
Categories:
I have the same question (0)
  • edguerre Profile Picture
    Microsoft Employee on at

    @SwingeyP  it appears like you are reading a DateTime value that's lower than the minimum value supported.

    Can you post please a picture of the dates from the spreadsheet? One of the values might be incorrectly formatted, for example.

  • SwingeyP Profile Picture
    52 on at

    I have got round it by adding this.

     

    #"Added custom" = Table.AddColumn(#"Renamed columns 2", "NewDate"each Date.ToText([Date of Delivery Attempt], "yyyy/MM/dd"), type date),
      #"Renamed columns 4" = Table.RenameColumns(#"Added custom", {{"NewDate""hs_PlannedDate"}}),
      #"Added custom 1" = Table.AddColumn(#"Renamed columns 4", "Custom"each Date.ToText([RescheduledDate], "yyyy/MM/dd"), type date),
      #"Renamed columns 5" = Table.RenameColumns(#"Added custom 1", {{"Custom""hse_dateofdeliveryrescheduled"}}),

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

#2
11manish Profile Picture

11manish 201 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 128 Super User 2026 Season 2

Last 30 days Overall leaderboard