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

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
Charlieb
Regular Visitor

Extract date from text - very difficult

Hi,

 

As suggested here, rather than reading from a live .csv to obtain data, I am connected to a folder which will read a dated file, created each day.

 

Lets assume the filename is 'file_name_2023.08.23.csv'

 

There is a column on my table called Source.Name. This has this filename inside. I create a new column called Date, inside is this function (assume the 2 numbers match my filename).

 

 

Date = DATEVALUE(MID([Source.Name], 18, 10))

 

 

I get an error, saying "Cannot convert value '2023.08.23' of type Text to type Date.

 

This doesn't appear to make a lot of sense?

1 ACCEPTED SOLUTION
Sullyball2a
Frequent Visitor

Using the following as a calculated column in Power BI Desktop should work
= DATE(MID(test[Source.Name],24,4),MID(test[Source.Name],21,2),MID(test[Source.Name],18,2))
...but you are much better doing this as an additional column from examples in Power Query

View solution in original post

3 REPLIES 3
Sullyball2a
Frequent Visitor

Using the following as a calculated column in Power BI Desktop should work
= DATE(MID(test[Source.Name],24,4),MID(test[Source.Name],21,2),MID(test[Source.Name],18,2))
...but you are much better doing this as an additional column from examples in Power Query

Thanks, that worked. I'm not sure if Power Query is a thing in the online version of PowerBI?

where "test" is the table name - replace "test" with your table name in the formula

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!

December 2025 Power BI Update Carousel

Power BI Monthly Update - December 2025

Check out the December 2025 Power BI Holiday Recap!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.