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

July 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more

Reply
cham
Post Patron
Post Patron

Date format issue

Hi,

 

I want to change the date format "Month/Date/Year" into "Date/Month/Year" format in Power BI. How can i do that.

 

I have an excel sheet with date column it includes all the dates as "MM/DD/YYYY" format i cannot change it in excel. Howa can i change that in Power BI.

 

Because when i upload that excel sheet into Power BI date column is getting as "text" I cannot change it to date field in Query Editor.

 

Regards,

Cham

6 REPLIES 6
Anonymous
Not applicable

Hi 

 

 Create a one variable and insert a date function and then convert the format(Date/Month/Year) according to your requirement in the Power BI.

 

 

Regards

Rohit

Do I need to add a column an put a "format" function in the report?

Anonymous
Not applicable

Hello Cham,

 

Yes.please put date fundtion and mention in which format you required.

 

 

Regards

Rohit

I export CSV file into Power BI. But some dates are showing as Error. Can I know the reason for that?

 

Also is this formula correct? Date = FORMAT(Sheet1[Date],"dd""mm""yyyy")

 

This is not working for me

 

Power BI date issue.PNG

Hi @cham 

This formula should be correct.

Date = FORMAT(Sheet1[Date],"dd/mm/yyyy")

It is a DAX formula used in a calculated column.

 

Is the column with error your original data or the modified data with any transformation?

Could you share me with data in your excel for analysis?

 

Best Regards
Maggie

 

Anonymous
Not applicable

Hello Chasm,

 

Please cross the check the function formula and data appearing the excel sheet .whehter it is same format as above or different format the date is appearing..

 

Regards

Rohit

 

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

Fabric Community Sticker Design Challenge Barcelona Carousel

Fabric Community Sticker Challenge - Barcelona 2026

If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!

July Power BI Update Carousel

Power BI Monthly Update - July 2026

Check out the July 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors