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
Anonymous
Not applicable

Custom date format with date data type

I have what must be a simple issue, but can't find a solution. I have a date column which the client needs formatted in European style, i.e. mm.dd.yyyy

 

If I use the format function PBI seems to insist on calling it text, but I need it to be a date field. How is this accomplished?

1 ACCEPTED SOLUTION
dax
Community Support
Community Support

Hi pozzyal,

Based on my research, I find that there is no region which use date format like mm.dd.yyyy(if your date is mm.dd.yyyy, you could change this to date type by = Table.TransformColumnTypes(Source, {{"Column1", type date}}, "es-PA") in M code, but you can't change type to mm.dd.yyyy). You could refer to this link for details. So we can't use built-in date format, we need to use format expression which convert type to text. 

So I suggest you could use date type to calculate result , use mm.dd.yyyy as text column to show in table.

 

Best Regards,
Zoe Zhi

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

3 REPLIES 3
dax
Community Support
Community Support

Hi pozzyal,

Based on my research, I find that there is no region which use date format like mm.dd.yyyy(if your date is mm.dd.yyyy, you could change this to date type by = Table.TransformColumnTypes(Source, {{"Column1", type date}}, "es-PA") in M code, but you can't change type to mm.dd.yyyy). You could refer to this link for details. So we can't use built-in date format, we need to use format expression which convert type to text. 

So I suggest you could use date type to calculate result , use mm.dd.yyyy as text column to show in table.

 

Best Regards,
Zoe Zhi

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

jthomson
Solution Sage
Solution Sage

So what's the actual end goal, and what does your source data look like? You say European style but here, like the rest of the non-US world, we use dd/mm/yyyy, so I can only assume what you actually mean is you want dots as the separator?

Anonymous
Not applicable

The client deals with mostly European countries and they described the format as "European" so I assumed that's what it is. Mainly with the dots instead of dashes, and I thought they switch month and day from what we do - I may have gotten that wrong in my example. Bottom line is I want to use a date format which isn't in the list provided in the drop-down, but still have it be a date column. Seems like that has to be possible, but I can't find it.

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.