We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
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 ReportingIf 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.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 5 | |
| 3 | |
| 3 | |
| 2 | |
| 2 |
| User | Count |
|---|---|
| 10 | |
| 8 | |
| 7 | |
| 7 | |
| 5 |