The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Guten Tag,
wir haben eine Datumsspalte im Format ddmmyyyy (Beispiel: 07042022).
Diese Zahlenfolge lässt sich nicht in ein valides Datumsformat konvertieren.
Gibt es eine Möglichkeit?
vielen Dank
Solved! Go to Solution.
@Anonymous , create a new column
Date = date(right([column],4), mid([column],3,2]), left([column],2) )
similar functions in power query too
Power Query - Text.Start, Text.Middle, Text.End: https://www.youtube.com/watch?v=vky4wPqm0O0
@Anonymous , create a new column
Date = date(right([column],4), mid([column],3,2]), left([column],2) )
similar functions in power query too
Power Query - Text.Start, Text.Middle, Text.End: https://www.youtube.com/watch?v=vky4wPqm0O0
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
21 | |
21 | |
18 | |
16 | |
13 |
User | Count |
---|---|
41 | |
38 | |
23 | |
21 | |
19 |