Forum Discussion
ok_kpop
2 years agoFrequent Visitor
Text to Date Formula Help
Every month I load in an excel file into my Power BI template. The spreadsheet has a column formatted as text which represents the date and looks something like "80123" which represents August 1, 202...
Ahmedx
2 years agoSuper User
pls try this
Date.FromText( Text.PadStart(Text.From(
[date]),6,"0"), [Format = "MMddyy"])