Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
Hallo,
ich möchte ein Zahl in ein Datum ändern. Es funktioniert, wenn keine Zelle nur eine 0 enthält (KAHJMT). Mit 0 klappt es nicht (KAGDAT):
Kann jemand helfen?
Hi, @Broeselchen
You can try the following methods.
Column = IF([KAHJMT]=0,BLANK(),DATE(LEFT([KAHJMT],4),MID([KAHJMT],5,2),Right([KAHJMT],2)))
Column 2 = IF([KAGDAT]=0,BLANK(),DATE(LEFT([KAGDAT],4),MID([KAGDAT],5,2),Right([KAGDAT],2)))
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Nein, es funktioinert leider nicht.
Ist das im Excel? Wenn ja => Strichpunkt statt Komma.
Tipp: Fragen hier auf englisch stellen, dann kommen schneller die Antworten 🙂
Nein, es sind berechnete Spalten in Power Bi.
Ich habe hier bisher sehr gute Erfahrung gemacht mit der Frage auf deutsch und der Antwort in englisch, trotzdem danke für den Tipp 🙂
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.