Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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?
Solved! Go to Solution.
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
let me know
Hi @Bansi008 ,
Thank for @Gabry answer. That is great. I have some other solutions:
Below is my table:
You can click the format:
The final output is like this:
Solution 2 :
You can create a column:
Column = FORMAT('Table'[Date],"mm/dd/yyyy")
The final output is like this:
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.
Hi @Bansi008 ,
Thank for @Gabry answer. That is great. I have some other solutions:
Below is my table:
You can click the format:
The final output is like this:
Solution 2 :
You can create a column:
Column = FORMAT('Table'[Date],"mm/dd/yyyy")
The final output is like this:
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.
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
let me know
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
79 | |
73 | |
58 | |
36 | |
32 |
User | Count |
---|---|
90 | |
62 | |
61 | |
49 | |
45 |