Forum Discussion
ahamedafridi18
2 years agoFrequent Visitor
How do i extract date from the source name which has string using power query
i have exported csv dat which has got date in their source name. it is a daily download report. i want to create a custom column which extracts the date from the source name so that i can cretae the ...
Vijay_A_Verma
2 years agoMost Valuable Professional
An alternative way in PQ is to use this in a custom column
Text.BetweenDelimiters([Source.Name]," ",".",{0,1})