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
ndvb88
New Member

Stop date field format changes in report ?

Hi,

On my desktop app my date format for my date fields is:

'dd MONTH yyyy' for example: '09 January 2023'

but on the published report it changes date fields to a different format:

'DAY OF WEEK, MONTH dd, yyyy' for example: 'Monday, January 09, 2023'

I don't want this. Any ideas how I can fix this? Thanks!

1 REPLY 1
jaweher899
Super User
Super User

One option is to create a calculated column in Power BI Desktop to format the date as desired, and then use this calculated column in the report instead of the original date column. Here's how:

  1. In Power BI Desktop, go to the "Modeling" tab in the ribbon and click on "New Measure".
  2. Enter a formula to create a calculated column with the desired date format. For example, if you have a column called "Date", you can use the following formula:

=FORMAT([Date],"dd MONTH yyyy")

  1. Save the calculated column and use it in the report instead of the original date column.

Note: If you have many date columns, you will need to create a calculated column for each one, or create a single calculated column that formats all of the date columns as desired.

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.