Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe'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
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.
Solved! Go to Solution.
Hello,
Click on the field, and then Column tools - Format:
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!
@Rnaval Hey,
You have plenty of options.
In the column/measure settings, you can write whatever format you want or select from predefined ones.
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
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")
Hello,
Click on the field, and then Column tools - Format:
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!
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 53 | |
| 35 | |
| 31 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 75 | |
| 72 | |
| 39 | |
| 35 | |
| 23 |