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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Hemant_rangdal
New Member

How can i solve this date error as i am getting text in the Date column

Hemant_rangdal_0-1719235234606.png

when i try to convert text format to date, it shows Error. how can i solved it ?

2 REPLIES 2
WanderingBI
Resolver III
Resolver III

Maybe one thing to add:

When you click on the "abc" symbol and change it to date Power Query will transform all the values in your column to dates. If you have a value like "a" then this evaluation will fail because Power Query has no way to find a date that would fit the description. So the Error value is created correctly.

dk_dk
Super User
Super User

Hi @Hemant_rangdal 

How do you want to treat cases when the date is missing? This is up to you to decide.

Do you want those rows removed from the dataset? filter the blank* rows

Do you want a default date value to be used in such case? replace the blank values with the default date

One way or another, you would need to make sure your text column only contains date values, before you try to change the data type to Date.

Hope this helps!

 



*EDIT: I didn't see the first time around in the screenshot that the cell is not blank, but there is an integer number in it. The question still stands: how do you want those rows to behave in your data?




Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors