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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

Correct date format in PowerBI

Dear All,

 

I have Activity Submission Date and time field in my dataset. While uploading data in PowerBI then Month is displaying in Date and Date is displaying in month. 

Below is the excel screenshot in which date is showing 12-Jul-2021

bhuprakash_0-1627280733642.png

But after loading into PowerBI, this date is changing to 07-Dec-2021 which is incorrect. Please help me to correct the date in powerbi. I have tried but not able to do.

 

Thanks a lot in advance. 

2 ACCEPTED SOLUTIONS
amitchandak
Super User
Super User

@Anonymous , One option is to have your system format in UK Mode-

https://community.powerbi.com/t5/Desktop/How-to-apply-UK-date-format-dd-mm-yyyy-in-Date-slicer/td-p/599712

 

Another is load as text and then split and convert to date

in power query

#datetime(Text.combine({Text.Middle([Column],7,4), " " , Text.Middle([Column],3,2) , Text.Start([Column],2) , Text.End([Column],12)}))

 

Might have move index by 1 place if needed , like 7 can be 8

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

mussaenda
Super User
Super User

Hi @Anonymous,

 

Try changing your Regional settings to English UK. I assume you are using the English US which affects you date format

 

File ->  Options and Settings -> Options -> Current File -> Regional Settings

2021_07_26_10_44_25_Options.png

 

Hope this helps.

View solution in original post

3 REPLIES 3
mussaenda
Super User
Super User

Hi @Anonymous,

 

Try changing your Regional settings to English UK. I assume you are using the English US which affects you date format

 

File ->  Options and Settings -> Options -> Current File -> Regional Settings

2021_07_26_10_44_25_Options.png

 

Hope this helps.

Anonymous
Not applicable

Dear @mussaenda , @amitchandak - Thanks for your kind help.

I have applied option 1 and it worked. 🙂 I was using Regional Language as  English ( United States) which should be English ( UK) . 

 

Thanks a lot both of you.

amitchandak
Super User
Super User

@Anonymous , One option is to have your system format in UK Mode-

https://community.powerbi.com/t5/Desktop/How-to-apply-UK-date-format-dd-mm-yyyy-in-Date-slicer/td-p/599712

 

Another is load as text and then split and convert to date

in power query

#datetime(Text.combine({Text.Middle([Column],7,4), " " , Text.Middle([Column],3,2) , Text.Start([Column],2) , Text.End([Column],12)}))

 

Might have move index by 1 place if needed , like 7 can be 8

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors