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
Hello,
How can i convert this Date to normal Date.
Thx in advance for your help
Hello Gaucho.
I think what you are asking is to display date in format of dd:mm:yyyy
You can change that here
Hi @Idkpowerbi
No it is not what i am trying to do. In My screenshort you can see that there is always "1900". That is already problem i want to solve.
I cannot understand your logic in getting from what you show to what you want
Please show
As an aside, you are not showing any Julian dates (or dates from a Julian Date Calendar) in the data you have shown us so far, so I especially don't understand the significance of your question title.
Hi
= Table.TransformColumns(Prev_Step,{{"GJ", each Date.FromText(_, [Culture = "de-DE"]), type date}})
Stéphane
Hi it is not fonctioning, here is the error message;
Add column
Date.FromText([GJ], [Culture = "de-DE"])
Stéphane
I need more information
What is the formula?
What is the error message?
Stéphane
Here ist how GJ is appearing, when i try to insert the code you gave me it shows no error as shown below:
When i click on "OK" the result appears like this:
#date(2023,1,Number.From([GJ])
In "GJ" i have the year 21, 22 and 23. THe formular you gave me will be like this;
I don't understand what do you want : 01/01/2021, 01/01/2022 and 01/01/2023 ?
#date(Number.From("20"&[GJ],1,1)
I want something like this;
all dd/ all MM/YYYY for 2021, 2022 and 2023
The syntax is showing no error but when i click on Okay, it shows me "ERROR"
I can't help you without your formula, a screenshot, your previous step, the error message...
I took de Data with "GJ" in JDE but i couldn't convert it to date, that is why i was trying to get a solution how to manage it .
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.