Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hi,
I used long text format for Date data - it quite long in Visual e.g. Monday, Jan 1, 2024
How do I change to shorter form e.g. Mon, 01-Jan-24? I need date of week (Mon - Sun).
Thanks,
Phuc
Solved! Go to Solution.
ddd,mm-dd-yy
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.
Just click there and type instead of selecting from the list.
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.
You will need to use a DAX measure:
Custom Date Format = FORMAT(SELECTEDVALUE(YourTableName[Date]), "ddd, dd-mmm-yy")
Hi,
Thanks. I tried and the column stored data as text, and I could not properly sort by date. And if I changed data type to date, then ERROR.
you can change the format under the column tools tab.
Proud to be a Super User!
ddd,mm-dd-yy
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.
Hi, I don't found anyway I can create a custom format as in the dropbox. See below
Just click there and type instead of selecting from the list.
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.
Hi,
Thanks, It works just as expected. It is much simpler than I thought 🙂
Happy to help💕
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.