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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
hb0135
Helper III
Helper III

How to get change date format

Hello,
I have mix data of ABC & 123 when i create the chart in power BI i.e in pbix file the date format is ok as shown below eg-01-06-2024

hb0135_0-1716798723522.png

But when i published the report the date format is change as shown below eg-6/1/2024

hb0135_1-1716798764738.png

 

BR

hb0135

1 ACCEPTED SOLUTION
Anonymous
Not applicable

@rajendraongole1  Thanks for your contribution on this thread.

 

Hi @hb0135 ,

Power BI service uses the browser’s language settings, you can refer the following blog to set the proper date format in Power BI Service:

Manage Date Formats in the Power BI Service

vyiruanmsft_0-1716879756199.png

Best Regards

View solution in original post

4 REPLIES 4
hb0135
Helper III
Helper III

Hello,
Where to get the power BI service regional setting i tried but i didnot find please guide me for that
BR

HB0135

 

Anonymous
Not applicable

@rajendraongole1  Thanks for your contribution on this thread.

 

Hi @hb0135 ,

Power BI service uses the browser’s language settings, you can refer the following blog to set the proper date format in Power BI Service:

Manage Date Formats in the Power BI Service

vyiruanmsft_0-1716879756199.png

Best Regards

Hello,
Thanks for the help
Regards

rajendraongole1
Super User
Super User

Hi @hb0135  - Create a new column in your table with a formula like this

 

FormattedDate = FORMAT([YourDateColumn], "dd-mm-yyyy")

 

or  Sometimes, the browser’s locale settings can affect the date format displayed in Power BI Service. Ensure that the browser’s language and region settings match your desired date format.

 

Desktop:Go to File > Options and settings > Options.
Under Regional Settings, ensure that the locale is set to the region that matches your desired date format.

do the same by configuring the Power BI Service Regional Settings too.

 

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





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

Proud to be a Super User!





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