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

Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.

Reply
abegum
Frequent Visitor

Change Format DATE

I WANT TO CHANGE THE FORMAT FROM THE LEFT TO THE RIGHT ON QUERY. IS IT POSIBLE?

 

Captura.JPG

1 ACCEPTED SOLUTION
v-deddai1-msft
Community Support
Community Support

Hi @abegum ,

 

You can do it in power query. Just create a new custom like below:

 

{Number.From([DEL])..Number.From([AL])}

 

Capture4.PNG

 

Then expand the list to rows and change it to date type:

 

Capture5.PNGCapture6.PNG

 

For more details, please refer to https://www.youtube.com/watch?v=u3HLseZxSj4

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

Best Regards,

Dedmon Dai

 

View solution in original post

2 REPLIES 2
v-deddai1-msft
Community Support
Community Support

Hi @abegum ,

 

You can do it in power query. Just create a new custom like below:

 

{Number.From([DEL])..Number.From([AL])}

 

Capture4.PNG

 

Then expand the list to rows and change it to date type:

 

Capture5.PNGCapture6.PNG

 

For more details, please refer to https://www.youtube.com/watch?v=u3HLseZxSj4

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

Best Regards,

Dedmon Dai

 

lbendlin
Super User
Super User

Power query allows you to specify the source culture of your date information

 

Date.FromText - PowerQuery M | Microsoft Docs

 

You get an ISO-8601 date which you can then transform again into the target culture.

Helpful resources

Announcements
May PBI 25 Carousel

Power BI Monthly Update - May 2025

Check out the May 2025 Power BI update to learn about new features.

Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

May 2025 Monthly Update

Fabric Community Update - May 2025

Find out what's new and trending in the Fabric community.

Top Kudoed Authors