Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Hi everyone,
While trying to import data source from excel with the following data:
| ProductKey | CustomerKey | Sales_Date | Quantity |
| 2233 | 19069 | 12/6/2022 | 1 |
| 1872 | 1646 | 12/6/2022 | 1 |
| 1872 | 1645 | 12/6/2022 | 1 |
| 1872 | 1638 | 12/6/2022 | 1 |
| 1872 | 1635 | 12/6/2022 | 1 |
| 108 | 19063 | 12/6/2022 | 1 |
| 1703 | 17685 | 16/6/2022 | 1 |
| 1703 | 17684 | 16/6/2022 | 1 |
| 1703 | 17568 | 16/6/2022 | 1 |
| 1703 | 17567 | 16/6/2022 | 1 |
| 1705 | 13201 | 19/5/2022 | 1 |
| 1705 | 13200 | 19/5/2022 | 1 |
The power query is showing the following error:
DataFormat.Error: We couldn't parse the input provided as a Date value.
Details:
29/2/2021
Here is what I did, I have changed the data type using locale with data types of English(UK) sample: 29/03/2022 and English(US) sample: 03/29/2022, none helped.
I have also, splitted the column to three columns and remerged, and still not working.
Please help.
Thank you in advance.
Solved! Go to Solution.
Hi,
you have a problem in your data.
2021 is not a leap year so you can't have 29/2/2021 and that's the cause of the error
If this post is useful to help you to solve your issue consider giving the post a thumbs up
and accepting it as a solution !
Hi,
you have a problem in your data.
2021 is not a leap year so you can't have 29/2/2021 and that's the cause of the error
If this post is useful to help you to solve your issue consider giving the post a thumbs up
and accepting it as a solution !
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 5 | |
| 3 | |
| 3 | |
| 3 | |
| 2 |
| User | Count |
|---|---|
| 7 | |
| 5 | |
| 5 | |
| 5 | |
| 4 |