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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Irussaa
New Contributor III

Customize Date Format

Guys, do you have any formulation or reference for customize date format?

I want to have data column that consist customize date format (yymmdd)

 

Thank you.

1 ACCEPTED SOLUTION
Nathaniel_C
Honored Contributor II

Hi @Irussaa ,
Please try this: 

formatDate = FORMAT('Table'[Column1],"yymmdd")

format date.PNG

 What ever the format you wish, put it between the double quotes.
Let me know if you have any questions.

If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos ๐Ÿ‘are nice too.
Nathaniel





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




View solution in original post

2 REPLIES 2
Nathaniel_C
Honored Contributor II

Hi @Irussaa ,
Please try this: 

formatDate = FORMAT('Table'[Column1],"yymmdd")

format date.PNG

 What ever the format you wish, put it between the double quotes.
Let me know if you have any questions.

If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos ๐Ÿ‘are nice too.
Nathaniel





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Irussaa
New Contributor III

It works! Thank you so much @Nathaniel_C ๐Ÿ˜„

 

 

Can I ask another question? But actually its not related with this post main question.

I want to make visualization with slicing data like the pict below. Do you know how to slicing data like this?

askbi.PNG

Helpful resources

Announcements
Users online (4,086)