Forum Discussion
How would i change date format
- 2 years ago
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/timelet me know
- Anonymous2 years ago
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.