Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
JawaharPrem6
Helper I
Helper I

Issues in Date Format change

Hi All,

I have a issues in change the date format from mm/dd/yyyy to dd/mm/yyyy,

in date has 8/12/2023 it is considring in system as mm/dd/yyyy but it should consider as dd/mm/yyyy, sample has pasted. Pls support on this.

 

MY DATE Format - "dd/mm/yyyy"DateMMYYYYRemarks
12/12/2023 17:5712122023In Date instead of 8, 12 is updated
8/12/2023 21:2112082023In Date instead of 8, 12 is updated
8/12/2023 21:2112082023In Date instead of 8, 12 is updated
13/12/2023 18:50:3613/12/2023 18:50:3613/12/2023 18:50:3613/12/2023 18:50:36system format is "mm/dd/yyyy", hence after 12 it change to text format
8/12/2023 21:2112082023In Date instead of 8, 12 is updated
29/12/2023 15:56:1629/12/2023 15:56:1629/12/2023 15:56:1629/12/2023 15:56:16system format is "mm/dd/yyyy", hence after 12 it change to text format
27/12/2023 15:46:1627/12/2023 15:46:1627/12/2023 15:46:1627/12/2023 15:46:16system format is "mm/dd/yyyy", hence after 12 it change to text format
27/12/2023 14:06:1827/12/2023 14:06:1827/12/2023 14:06:1827/12/2023 14:06:18system format is "mm/dd/yyyy", hence after 12 it change to text format
27/12/2023 15:11:1727/12/2023 15:11:1727/12/2023 15:11:1727/12/2023 15:11:17system format is "mm/dd/yyyy", hence after 12 it change to text format

 

5 REPLIES 5
AlienSx
Super User
Super User

hello, @JawaharPrem6 

Table.TransformColumns(tbl_name, {"column_name", each DateTime.FromText(_, [Culture = "de-DE"])})

Hi Thanks for your time,

iam facing error 

JawaharPrem6_0-1703843700465.png

 

Table.TransformColumns(allocate, {"Received_Date", each DateTime.FromText(_, [Culture = "de-DE"])})

Hi, mentioned error listed

JawaharPrem6_1-1703849009074.png

 

JawaharPrem6_0-1703848975219.png

 

 

ww.jpg

 

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.