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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

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
Impactful Individual
Impactful Individual

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
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.