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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
karthik77700
Helper I
Helper I

how to change date format from mm/dd/yyyy to dd/mm/yyyy in slicer between function

I was using slicer between function but this is not converting date format to dd/mm/yyyy .Column is in dd/mm/yyyy format only and in desktop i have changed setting locale to United kingdom time but still in Power BI service its showing as mm/dd/yyyy format only.

1 ACCEPTED SOLUTION
Sergii24
Super User
Super User

Hi, @karthik77700, Power BI date formatting in Power BI Sevice follows your browser default settings (if else is not specified). This article should help you - Manage Date Formats in the Power BI Service - MSSQLTips.com

 

Good luck with your project 🙂 

View solution in original post

2 REPLIES 2
Sergii24
Super User
Super User

Hi, @karthik77700, Power BI date formatting in Power BI Sevice follows your browser default settings (if else is not specified). This article should help you - Manage Date Formats in the Power BI Service - MSSQLTips.com

 

Good luck with your project 🙂 

bhanu_gautam
Super User
Super User

@karthik77700 ,

Check Regional Settings in Power BI Service:

Go to the Power BI Service.
Click on the gear icon (⚙️) in the top right corner and select "Settings."
Under "Settings," go to the "Regional Settings" tab.
Ensure that the "Locale" is set to "English (United Kingdom)."
Ensure Column Data Type is Date:

In Power BI Desktop, make sure that the column data type is set to "Date" or "Date/Time."
You can do this by selecting the column in the Data view and then setting the Data type in the Column tools.
Format Date Column in Power BI Desktop:

In Power BI Desktop, select the date column.
Go to the "Modeling" tab and click on "Format."
Choose the desired date format (e.g., dd/MM/yyyy).
Publish and Refresh:

After making these changes, publish your report to the Power BI Service again.
Ensure that the dataset is refreshed in the Power BI Service.

FormattedDate = FORMAT([YourDateColumn], "dd/MM/yyyy")




Did I answer your question? Mark my post as a solution! And Kudos are appreciated

Proud to be a Super User!




LinkedIn






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.

Top Solution Authors