Power BI - Power Query Editor
You wrote this Power Query M code to convert a 'DateText' column to Date type:
But you get an error. What is the most likely cause?
Table.TransformColumns(Source, {{"DateText", each Date.From(_), type date}})But you get an error. What is the most likely cause?
