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
sam_nik12345
Helper II
Helper II

date error

my data looks like below:

monthvalue
jan'181
feb'181
mar'181
apr'181

 

Here monh column is in text type and when I try to change to date type, I get all errors. How do I fix this?

Kinldy help.

1 ACCEPTED SOLUTION

@sam_nik12345 ,  Try the other option suggested

Column = DATEVALUE("01-"& left([month],3) & "-" & RIGHT([month],2) )

 

amitchandak_0-1641455419770.png

 

View solution in original post

4 REPLIES 4
amitchandak
Super User
Super User

@sam_nik12345 , I would prefer to create a date column  like

 

DATEVALUE("01 " &[Month])

or

DATEVALUE("01-" &left([Month],3) & "-"& right([month],2))

Hi @amitchandak 

 

I am getting error while creating a custom column with the formula-

 

DATEVALUE("01 " &[Month])

@sam_nik12345 ,  Try the other option suggested

Column = DATEVALUE("01-"& left([month],3) & "-" & RIGHT([month],2) )

 

amitchandak_0-1641455419770.png

 

@amitchandak 

The other table is as below, on which I am getting error with this formula. week column format is text type. Kinldy help.

weekvalue
3-Apr-181
10-Apr-181
17-Apr-181
24-Apr-181

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.