Forum Discussion
Date Format from SharePoint List to Power BI
- 3 years ago
Hello
Thank you.
I was able to resolve the case.
I had to change the list settings in SharePoint.
The locale had to be set in the SharePoint List.
Wish you all the best.
Thank you for your support
Heinrich
Sorry I did that but I don't think I did it right
1. = Table.AddColumn(#"Changed Type", "Test", each [Start Date])
2. = Table.TransformColumnTypes(#"Added Custom",{{"Test", type date}})
3. = FORMAT("MS Teams Enable Teams Federation"[Test],"DD.MM.YYYY")
This gives me an error. How can this be done
Regards
Heinrich
Heinrich , That formula which I've given is in DAX Calculated column. Attaching screen shot for your reference
- Heinrich3 years ago
Post Partisan
Thank you for your effort. It worked.
I tried but still a get the wrong data.
Power BI understands SharePoint list as mm.dd.yyyy instead of dd.mm.yyyy
Regards
Heinrich