• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Data from Web

Kamo

Member
Hello,

I have a date problem when connecting to a website,

In the attached file, the first URL works without problem (the date column is automatically converted to dd/mm/yyyy) but the second URL returns a column without dates
How to solve the problem please ?

Thanks in advance
 

Attachments

  • DateError.xlsx
    21 KB · Views: 2
Unable to replicate your issue. When I load the same URL, it loads with the date. See attached.
 

Attachments

  • DateError.xlsx
    31.6 KB · Views: 5
Hello AlanSidman,
thank you for your answer,
When I open your file, I have a column that is of text type and the date is not in mm/dd/yyyy format (see attached image)
Maybe the problem comes from the regional settings in Windows or from the web source?
But strange that it works for one URL and not the 2nd one!
 

Attachments

  • DateError.jpg
    DateError.jpg
    246.1 KB · Views: 3
Don't rely on implicit conversion for this type of date string. It does not contain year info and can cause various issues down the line.
2nd one causes issue, since it contains future dates. Implicit conversion will not know what to do with them.

And looking at stats, 1st URL is for current ongoing season. 2nd URL is really previous year (2020/2021 season).
Instead of relying on implicit conversion, you should create your own transformation steps and/or add custom function for conversion.
 
Hello Chihiro,

Thanks for the analysis,
I have indeed solved the problem with steps in Power query and it works now.

Have a nice day
 
Back
Top