Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
Hi all,
I have an unsual error which I am wracking my brain to try to fix, but cannot.
As most spurious issues, I haven't made any changes and it just started happening randomly today.
Data is storred in Sharepoint excel file in format as seen below. column B with dates in and is formatted as a date
When the connection to PBI is made, you can see the dates are not being pulled thorugh correctly.
Any ideas on solution or error fault?
Solved! Go to Solution.
Convert to date using the Locale option.
Your formula would look like then when you press OK.
= Table.TransformColumnTypes(Source, {{"Date", type date}}, "en-BM")
Pick the correct locale for your data source, but Bermuda/English will work for dates in those formats.
DAX is for Analysis. Power Query is for Data Modeling
Proud to be a Super User!
MCSA: BI ReportingConvert to date using the Locale option.
Your formula would look like then when you press OK.
= Table.TransformColumnTypes(Source, {{"Date", type date}}, "en-BM")
Pick the correct locale for your data source, but Bermuda/English will work for dates in those formats.
DAX is for Analysis. Power Query is for Data Modeling
Proud to be a Super User!
MCSA: BI ReportingDon't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 3 | |
| 2 | |
| 1 |
| User | Count |
|---|---|
| 11 | |
| 11 | |
| 5 | |
| 4 | |
| 3 |