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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
StefanM
Helper II
Helper II

Date table + Matrix Column Deader = DDD, D MMM

Hello everyone! I am trying to make my tables a little fancy and running into an issue.

I am using a Dax built date table, and loking to change the Date format to something like Thu, 3 Jan.

 

The problem is that I cant see that option in the list... and I dont know how to add options to the Format list (if thats even possible!)

 

The Image below should help to explain what im talking about:

Date table format

 

While the highlighted options would actually result in Wednesday 14 March, I would prefer the option to have them abbreviated if that is at all possible.

 

Would either of these be something thats possible with PBI atm? Or would this be a case that calls for a unique calculated column within the Date Table itself? I just cant help but think the Format option should work for something like this Smiley Frustrated

 

Any help is much appreciated : )

1 ACCEPTED SOLUTION
v-lili6-msft
Community Support
Community Support

hi, @StefanM

You could use FORMAT Function to custom format of data.

https://docs.microsoft.com/en-us/dax/format-function-dax

https://docs.microsoft.com/en-us/dax/custom-date-and-time-formats-for-the-format-function

 

Note: Format Function converts a value to text according to the specified format.

So you could format the result or add a new column as a reference, do not use it for calculation

For example:

7.JPG

When you need use date for calculation, you still need to use Date instead of Column

 

Best Regards,

Lin

 

 

Community Support Team _ Lin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

1 REPLY 1
v-lili6-msft
Community Support
Community Support

hi, @StefanM

You could use FORMAT Function to custom format of data.

https://docs.microsoft.com/en-us/dax/format-function-dax

https://docs.microsoft.com/en-us/dax/custom-date-and-time-formats-for-the-format-function

 

Note: Format Function converts a value to text according to the specified format.

So you could format the result or add a new column as a reference, do not use it for calculation

For example:

7.JPG

When you need use date for calculation, you still need to use Date instead of Column

 

Best Regards,

Lin

 

 

Community Support Team _ Lin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.