Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more
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" | Date | MM | YYYY | Remarks |
| 12/12/2023 17:57 | 12 | 12 | 2023 | In Date instead of 8, 12 is updated |
| 8/12/2023 21:21 | 12 | 08 | 2023 | In Date instead of 8, 12 is updated |
| 8/12/2023 21:21 | 12 | 08 | 2023 | In Date instead of 8, 12 is updated |
| 13/12/2023 18:50:36 | 13/12/2023 18:50:36 | 13/12/2023 18:50:36 | 13/12/2023 18:50:36 | system format is "mm/dd/yyyy", hence after 12 it change to text format |
| 8/12/2023 21:21 | 12 | 08 | 2023 | In Date instead of 8, 12 is updated |
| 29/12/2023 15:56:16 | 29/12/2023 15:56:16 | 29/12/2023 15:56:16 | 29/12/2023 15:56:16 | system format is "mm/dd/yyyy", hence after 12 it change to text format |
| 27/12/2023 15:46:16 | 27/12/2023 15:46:16 | 27/12/2023 15:46:16 | 27/12/2023 15:46:16 | system format is "mm/dd/yyyy", hence after 12 it change to text format |
| 27/12/2023 14:06:18 | 27/12/2023 14:06:18 | 27/12/2023 14:06:18 | 27/12/2023 14:06:18 | system format is "mm/dd/yyyy", hence after 12 it change to text format |
| 27/12/2023 15:11:17 | 27/12/2023 15:11:17 | 27/12/2023 15:11:17 | 27/12/2023 15:11:17 | system format is "mm/dd/yyyy", hence after 12 it change to text format |
hello, @JawaharPrem6
Table.TransformColumns(tbl_name, {"column_name", each DateTime.FromText(_, [Culture = "de-DE"])})
Hi Thanks for your time,
iam facing error
Table.TransformColumns(allocate, {"Received_Date", each DateTime.FromText(_, [Culture = "de-DE"])})
Hi, mentioned error listed
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!
Check out the July 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |