Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
dantshin
Regular Visitor

Parse error querying SharePoint Online list using 2.0 Implementation

I'm getting I'm getting an error in date/time fields with SharePoint Online list, this is when using the 2.0 (Beta) implementation.

Note: I don't have this issue when using the 1.0 implementation (which is a bit slower).

The error mesage I'm getting is:

DataFormat.Error: We couldn't parse the input provided as a DateTime value.

Details:

16/11/2020 18:04

I've tried changing the locale (to English UK), but no luck so far.

1 ACCEPTED SOLUTION
dantshin
Regular Visitor

Today, I refreshed my query, and the issue has magically fixed itself.
I believe this is an issue caused by my locale settings: I checked the following

  1. Workstation: I had reset them all to English (Canada) and specified the Long Date format to be dd MMM yyyy. My workstation has also gone through a shutdown and restart cycle.
  2. M365: I've also ensured my M365 language and regional settings are set to English (UK)
  3. SPO site (datasource): Set the Regional Settings to ensure English (UK) is also set (I have Site collection admin rights to the site)

 

View solution in original post

7 REPLIES 7
talk2frank
Helper I
Helper I

none of this works for me sadly, its just broken as the parse is hidden in the dataload rather than allowing me to manage it myself

talk2frank
Helper I
Helper I

sasme problem but my system is full uk locale and still wont do anything but fail to parse and shows an error

 

dantshin
Regular Visitor

Today, I refreshed my query, and the issue has magically fixed itself.
I believe this is an issue caused by my locale settings: I checked the following

  1. Workstation: I had reset them all to English (Canada) and specified the Long Date format to be dd MMM yyyy. My workstation has also gone through a shutdown and restart cycle.
  2. M365: I've also ensured my M365 language and regional settings are set to English (UK)
  3. SPO site (datasource): Set the Regional Settings to ensure English (UK) is also set (I have Site collection admin rights to the site)

 

V-lianl-msft
Community Support
Community Support

Hi @dantshin ,

 

Could you provide an image of the dates so that we are able to see if there are any issues directly.

 

Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi Liang,

Here you go:

PowerBI DateTime Parse ErrorMessage.png

mahoneypat
Microsoft Employee
Microsoft Employee

Add a Replace Values step on that column replacing the space with a "T" before you try to change to DateTime.

Regards,

Pat





Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


Hi Pat,

Unfortunately, that doesn't work. Even before I can change the type, Power Query is already determining the column type - it already knows it is a Date/Time type.

Here is a screenshot in PowerQuery right after I've selected the list (in the Navigation step). I haven't had a chance to change the type yet.

I do wonder if it's something to do with the locale - as some dates do make it through (if either month or date is 12 or less) - but I have already forced the locale to be en-GB (English-UK)

dantshin_0-1611050138172.png

 

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors