Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
dotnet
Frequent Visitor

Date and Time format not recognized

Hello all, i am new to this forumn, i am trying to work on a report with a CSV files containing data, one of the coloumn has date time and extra characters. For example below -04:00:00 are extra characters, what can i do in PowerBI to recognize it as DATE and TIME. 


Time Scanned

2018-08-02 07:39:04 -04:00:00 

 

I am looking for simple change in BI, as the CSV files gets changed every day. Please help. TIA.

 

 

1 ACCEPTED SOLUTION
v-danhe-msft
Employee
Employee

Hi @dotnet,

Based on my test, you could split your column in query editor or with max:

In query editor:

Use the Split Column function:

1.PNG

If you want to use the dax, you could try:

Column = LEFT('Table1'[Time],20)

2.PNG

 

Regards,

Daniel He

 

 

Community Support Team _ Daniel He
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

4 REPLIES 4
v-danhe-msft
Employee
Employee

Hi @dotnet,

Based on my test, you could split your column in query editor or with max:

In query editor:

Use the Split Column function:

1.PNG

If you want to use the dax, you could try:

Column = LEFT('Table1'[Time],20)

2.PNG

 

Regards,

Daniel He

 

 

Community Support Team _ Daniel He
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

@dotnet you could use right or left to get rid of characters if you know the length of it.

Didn't get it, what is right or left. Are you talking about splitting them?

jthomson
Solution Sage
Solution Sage

Just split the column by a delimiter?

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.