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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
Rnaval
Post Patron
Post Patron

How do I format a date field?

The current values in a date field are being displayed as 

Saturday, March 14, 2026

and I would like to simply display as

3/14/2026

 

I'm sure this is easily formatted but I can't seem to find the option readily.

2 ACCEPTED SOLUTIONS
ERD
Community Champion
Community Champion

Hello,

 

Click on the field, and then Column tools - Format:

ERD_0-1773598596211.png

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly. Appreciate your Kudos.

Stand with Ukraine!


Here is an official way you can support Ukraine financially:
Come Back Alive foundation: https://savelife.in.ua/en/

Thank you!

View solution in original post

cengizhanarslan
Super User
Super User

  1. Select the date column in the Fields pane.
  2. Go to the Column tools tab in the ribbon.
  3. In the Format dropdown, choose Short Date.
_________________________________________________________
If this helped, ✓ Mark as Solution | Kudos appreciated
Connect on LinkedIn | Follow on Medium
AI-assisted tools are used solely for wording support. All conclusions are independently reviewed.

View solution in original post

3 REPLIES 3
cengizhanarslan
Super User
Super User

  1. Select the date column in the Fields pane.
  2. Go to the Column tools tab in the ribbon.
  3. In the Format dropdown, choose Short Date.
_________________________________________________________
If this helped, ✓ Mark as Solution | Kudos appreciated
Connect on LinkedIn | Follow on Medium
AI-assisted tools are used solely for wording support. All conclusions are independently reviewed.
vojtechsima
Super User
Super User

@Rnaval Hey,

You have plenty of options.

In the column/measure settings, you can write whatever format you want or select from predefined ones.

vojtechsima_0-1773599024727.pngvojtechsima_1-1773599036874.png

 

I find it most convenient and stable when I define it myself, the logic is:
y = Year
M (capital) = Month

d = day

 

So for yours it would look like MM/dd/yyyy

 

vojtechsima_2-1773599102467.png

Please note that if it's a Date column, the separators may be affected by your regional settings, if you want stricly certain format, add a new column to your dimension as Text, either in Power Query or in DAX.

 

In DAX:

dateFormatted = FORMAT( 'Table'[date], "MM/dd/yyyy")

vojtechsima_3-1773599205830.png

 






Any kudos or recognition appreciated. To learn more on the topic, check out my blog and follow me on LinkedIn.
ERD
Community Champion
Community Champion

Hello,

 

Click on the field, and then Column tools - Format:

ERD_0-1773598596211.png

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly. Appreciate your Kudos.

Stand with Ukraine!


Here is an official way you can support Ukraine financially:
Come Back Alive foundation: https://savelife.in.ua/en/

Thank you!

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.