The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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💕