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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Bansi008
Helper III
Helper III

How would i change date format

Hi,

In date column, currently i have value as 2024-02-29T00:00:00Z which i want convert into 02/29/2024 format in the new column. what formula would i use in the cutom column? or do we I have any other solution to handle this?

2 ACCEPTED SOLUTIONS
Gabry
Super User
Super User

If you don't need timestamp you can convert your column to date
data view, select the date column, under data type choose date instead of date/time

Gabry_0-1711040194389.png

 

 

let me know

View solution in original post

Anonymous
Not applicable

Hi  @Bansi008 ,

Thank for @Gabry  answer. That is great. I have some other solutions:

Below is my table:

vxiandatmsft_0-1711073841156.png

You can click the format:

vxiandatmsft_1-1711073932401.png

The final output is like this:

vxiandatmsft_2-1711073964340.png

Solution 2 :

You can create a column:

Column = FORMAT('Table'[Date],"mm/dd/yyyy")

The final output is like this:

vxiandatmsft_3-1711074063926.png

Best Regards,

Xianda Tang

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

 

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi  @Bansi008 ,

Thank for @Gabry  answer. That is great. I have some other solutions:

Below is my table:

vxiandatmsft_0-1711073841156.png

You can click the format:

vxiandatmsft_1-1711073932401.png

The final output is like this:

vxiandatmsft_2-1711073964340.png

Solution 2 :

You can create a column:

Column = FORMAT('Table'[Date],"mm/dd/yyyy")

The final output is like this:

vxiandatmsft_3-1711074063926.png

Best Regards,

Xianda Tang

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

 

Gabry
Super User
Super User

If you don't need timestamp you can convert your column to date
data view, select the date column, under data type choose date instead of date/time

Gabry_0-1711040194389.png

 

 

let me know

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors