This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hi,
I have a date column which is displaying in the wrong date order currently showing MM/DD/YYYY (12/01/2020) and I want it to start with (day, month, and the year) DD/MM/YYYY ( 01/12/2020). Please below the dummy data.Thanks in advance
Wrong display: Required Display:
Date (MM/DD/YYYY) DD/MM/YYYY (Required output)
01/01/2020 01/01/2020
03/01/2020 01/03/2020
10/01/2020 01/10/2020
11/01/2020 01/11/2020
12/01/2020 01/12/2020
Solved! Go to Solution.
Thanks so much for quick response, I have found a video on YouTube
I have found a video on YouTube, and it does explain the steps.
You can try below two options.
Option 1: use the format formula.
Column= Format(TableName[DateColumn], "DD/MM/YYYY")
Option 2: Select your date column and to format option and set the format from the drop-down list.
Hi @MYDATASTORY ,
Check this link:
https://radacad.com/flawless-date-conversion-in-power-query
I believe you need to load your dates using locale.
Thanks so much for quick response, I have found a video on YouTube
@MYDATASTORY , you need change setting to UK format.
You can check if you see some options in format.
Thanks so much for quick response, I have found a video on YouTube
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 30 | |
| 23 | |
| 23 | |
| 17 | |
| 15 |
| User | Count |
|---|---|
| 63 | |
| 36 | |
| 30 | |
| 23 | |
| 22 |