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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
jambopriti
Helper I
Helper I

Date Format: Remove Day from the Date

I have date like "Monday, December 04, 2023". I need to change the Date like "December 04, 2023" - remove the name of the day.
Please guide how can I achieve this in the report? I do not have access to data model.

may be create a new measure?

Thanks in advance. 

3 ACCEPTED SOLUTIONS
ExcelMonke
Super User
Super User

Hello,

You can consider using the FORMAT DAX like the following:

 

Date = 
FORMAT ([Measure],"MMMM/DD/YYYY")

 

You can check out the following for more combinations:
https://learn.microsoft.com/en-us/dax/format-function-dax 
Of note, this will return your value as a text string, so it won't be helpful for building other measure off the top of it. 

Alternatively, you can also change the format by clicking the field and then "Column tools" (top of your ribbon). Under column tools, you can format the data in the Formatting options to the different date options. Note that this is different than the "structure" options. 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





View solution in original post

Kedar_Pande
Community Champion
Community Champion

@jambopriti 

Select the date column,

In the format at the top , write "Mmmm dd, yyyy"

Kedar_Pande_0-1730188895931.png

 

💌 If this helped, a Kudos 👍 or Solution mark would be great! 🎉
Cheers,
Kedar
Connect on LinkedIn

 

View solution in original post

saurav_0101
Frequent Visitor

Option 1 (Easy):
Select the date column (of which yiou wish to change the format) and then in Column Tools you will see Format option.

saurav_0101_0-1730189171396.png

There in the format option you can manually type mmmm dd, yyyy

saurav_0101_3-1730189418245.png

 

 

 

Option 2 (Slightly Advanced): Using DAX:

Write a DAX to create a new column like below:

saurav_0101_2-1730189387255.png



I hope this helps, please mark as solution or provide a 'Kudos' if it does.

Thanks.

View solution in original post

4 REPLIES 4
v-denglli-msft
Community Support
Community Support

Hi @jambopriti ,

May I ask if you have gotten this issue resolved?
If it is solved, please mark the helpful reply or share your solution and accept it as solution, it will be helpful for other members of the community who have similar problems as yours to solve it faster.

Best Regards,
Dengliang Li

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

saurav_0101
Frequent Visitor

Option 1 (Easy):
Select the date column (of which yiou wish to change the format) and then in Column Tools you will see Format option.

saurav_0101_0-1730189171396.png

There in the format option you can manually type mmmm dd, yyyy

saurav_0101_3-1730189418245.png

 

 

 

Option 2 (Slightly Advanced): Using DAX:

Write a DAX to create a new column like below:

saurav_0101_2-1730189387255.png



I hope this helps, please mark as solution or provide a 'Kudos' if it does.

Thanks.

Kedar_Pande
Community Champion
Community Champion

@jambopriti 

Select the date column,

In the format at the top , write "Mmmm dd, yyyy"

Kedar_Pande_0-1730188895931.png

 

💌 If this helped, a Kudos 👍 or Solution mark would be great! 🎉
Cheers,
Kedar
Connect on LinkedIn

 

ExcelMonke
Super User
Super User

Hello,

You can consider using the FORMAT DAX like the following:

 

Date = 
FORMAT ([Measure],"MMMM/DD/YYYY")

 

You can check out the following for more combinations:
https://learn.microsoft.com/en-us/dax/format-function-dax 
Of note, this will return your value as a text string, so it won't be helpful for building other measure off the top of it. 

Alternatively, you can also change the format by clicking the field and then "Column tools" (top of your ribbon). Under column tools, you can format the data in the Formatting options to the different date options. Note that this is different than the "structure" options. 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.