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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Epercini
Regular Visitor

Dataflow Time zone

In the power query of the dataflow, every time i get a data information on our database the dataflow automatically would reduce a date/time in 3 hours, wich is correct because of the timezone difference, but now i don't now why, the dataflow is reducing only in 2 hours, nothing in the database has changed only the dataflow seems to has changed, how can i reconfigure to 3 hours again ?

3 REPLIES 3
Anonymous
Not applicable

Hi @Epercini ,

 

Yeah, it is a bit weird. So the above is just an alternative.

Could this be due to daylight saving time?

 

Best Regards,

Wearsky

Anonymous
Not applicable

Hi @Epercini ,

 

Please try to use this formula in power query
DateTime.AddZone([YourDateTimeColumn], *)

 

Best Regards,

Wearsky

Hi, isn't strange that sudden the UTC changed -3 to -2 automatically?, because we have a lot of tables that used this rule, i would have to do in every column from every table in dataflow, isn't there a way to change to -3 to all of them ?

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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