The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hi All,
I have a data set with a frustrating issue where some dates are throwing errors :
DataFormat.Error: We couldn't parse the input provided as a Date value.
I have checked there are no rogue spaces or characters in the data set and are indeed consistent d/mm/yyyy throughout the column.
What is even weirder is that when i create a separate powerBi file and query the same table with the EXACT same M code, there are no errors, and the column recognises the dates.
Original Error:
Separate new blank PBI, Exact same M code copied and pasted into advanced editor... no errors:
What could be causing this issue??
Solved! Go to Solution.
@awff , if you system is having US date format, then it might give issue with UK date format
of do conversion
DD/MM/YYYY to MM/DD/YYYY
date(year( right(DD__MM__YY[date],4)), month(mid(DD__MM__YY[date],4,2)) ,day(left(DD__MM__YY[date],2)))
Power Query - Text.Start, Text.Middle, Text.End: https://www.youtube.com/watch?v=vky4wPqm0O0
@awff , if you system is having US date format, then it might give issue with UK date format
of do conversion
DD/MM/YYYY to MM/DD/YYYY
date(year( right(DD__MM__YY[date],4)), month(mid(DD__MM__YY[date],4,2)) ,day(left(DD__MM__YY[date],2)))
Power Query - Text.Start, Text.Middle, Text.End: https://www.youtube.com/watch?v=vky4wPqm0O0
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
109 | |
77 | |
70 | |
48 | |
41 |
User | Count |
---|---|
140 | |
112 | |
72 | |
64 | |
63 |