Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Sign up nowGet Fabric certified for FREE! Don't miss your chance! Learn more
This is probably staring me right in the face, but I can seem to get the conversion to work. I've loaded data from an excel file. The columns with Date and Time data read, for example, 2025-06-20 16:23:55 UTC.
When I load the data into PBI, the columns show up as text. I'm assuming it's because of the "UTC" that comes along with the Date/Timestamp. When I try to convert the columns I just get an Error.
Am I doing something wrong? Is there an easy way to convert these?
Solved! Go to Solution.
Right click a cell then click Replace Value. Replace UTC with nothing.
Change the type to datetime. If you need just the date, change it to type date after changing to datetime. Power Query will return an error if you change it to date directly.
Right click a cell then click Replace Value. Replace UTC with nothing.
Change the type to datetime. If you need just the date, change it to type date after changing to datetime. Power Query will return an error if you change it to date directly.
Hi @PowerBINoob24 ,
Thank you for reaching out to the Microsoft Community Forum.
This issue is common when working with datetime strings that include time zone indicators like "UTC". Power BI reads such strings as text, and the "UTC" suffix can prevent automatic conversion to a proper datetime format.
Please follow below steps to fix the issue.
1. Created table "Table" with sample data. please refer below snap.
2. In Power Query editor, Add column --> Custom column , and use below code. refer below snap.
3. Custom column "Custom" was created and then select the custom column and change the data type to "Date/Time". refer the snap.
4. converted the custom column from "text" to "Date/Time" format. Please refer the output snap and attached PBIX file.
I hope this information helps. Please do let us know if you have any further queries.
Regards,
Dinesh
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 64 | |
| 63 | |
| 48 | |
| 21 | |
| 18 |
| User | Count |
|---|---|
| 119 | |
| 116 | |
| 38 | |
| 36 | |
| 27 |