Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
Hi everyone,
I was trying to transform texts into dates with the below formular in power query editor; however it did not seem to be working. I am totally new here, so would appreciate your kind advice. Thank you.
text:
201909
201910
201911
into:
09/01/2019
10/01/2019
11/01/2019
= Date.From(DateTime.FromText([YourColumn] & "01", "MMddyyyy"))
Solved! Go to Solution.
= Table.TransformColumns(Source, {"Column1", each Date.FromText(_&"01"), type date})
where 'Source' is your previous step.
Proud to be a Super User! | |
= Table.TransformColumns(Source, {"Column1", each Date.FromText(_&"01"), type date})
where 'Source' is your previous step.
Proud to be a Super User! | |
Thank you so much jgeddes!
May I also seek your advice where should I start learning to be able to write the code myself?
There are a lot of great resources to help you learn M code.
Here is a link with some...
https://www.thebiccountant.com/learning-resources/
Good luck on your learning journey!
Proud to be a Super User! | |
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
26 | |
12 | |
11 | |
11 | |
8 |
User | Count |
---|---|
53 | |
28 | |
16 | |
14 | |
13 |