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! Learn more

Reply
powerbi_ex
Frequent Visitor

Stop Auto Date Conversion in Power Query

How to keep a date format as it came in from SQL Server?   Power Query changes the format automatically.  How to stop this change or revert back?

 

powerbi_ex_2-1743452259081.png

 

1 ACCEPTED SOLUTION
lbendlin
Super User
Super User

For unstructured data: To stop it:

 

lbendlin_0-1743455678003.png

To revert it remove the "Changed Type"  step that was automatically added.

 

For data coming from SQL you can overrided it by clicking on the type icon, but Power Query is doing exactly what SQL server meta data is telling it to do, so you better leave that alone.

 

Bonus tidbid:  While Power Query knows how to handle timezones, Power BI has no idea what these are.

 

View solution in original post

2 REPLIES 2
v-menakakota
Community Support
Community Support

Hi @powerbi_ex ,

Thank you for reaching out to us on the Microsoft Fabric Community Forum.


Thank you @lbendlin  for providing the possible solution. Power Query can handle time zones, but Power BI does not. If dealing with time zone-aware data, manually adjust using Power Query’s DateTimeZone functions.

If this post was helpful, please give us Kudos and consider marking Accept as solution to assist other members in finding it more easily.

lbendlin
Super User
Super User

For unstructured data: To stop it:

 

lbendlin_0-1743455678003.png

To revert it remove the "Changed Type"  step that was automatically added.

 

For data coming from SQL you can overrided it by clicking on the type icon, but Power Query is doing exactly what SQL server meta data is telling it to do, so you better leave that alone.

 

Bonus tidbid:  While Power Query knows how to handle timezones, Power BI has no idea what these are.

 

Helpful resources

Announcements
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!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

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