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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
rafael1xkr
Frequent Visitor

Localtime don't work in Data Flow

I had had a problem with date utc transform in date and hour local

In Power BI Desktop don't have problem, but in Data Flow don't work

Power BI Desktop change hour to my local
Power BI Desktop.png

 

But in Power BI Service o Data Flow don't change
Data Flow.png

I configured in my location in options
Opçõesw.png
Why is it different in Power BI Desktop and Data Flow?Dataflow

1 ACCEPTED SOLUTION

Hi @rafael1xkr ,

SwitchZone function not real changes stored date time, it only change displayed datetimezone of datetime values.
For power bi service, it will convert to UTC format. So these values you used SwitchZone function to modify display timezone format will change back to UTC format.

Notice: if you direct calculate on these datetime values, they will keep changed datetime value and convert to UTC format.

Regards,

Xiaoxin Sheng

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.

View solution in original post

3 REPLIES 3
v-shex-msft
Community Support
Community Support

HI @rafael1xkr ,

AFAIK, current power bi service only support UTC datetime format. If your table contains datetime with local timezone format, it will be converted be UTC formula.

For your scenario, I think 'localidate' not means the data flow datetime zone regions.

Regards,

Xiaoxin Sheng

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.

Other example, I used a score card to inform last update

I created the formula in M

= DateTimeZone.SwitchZone(DateTimeZone.LocalNow(),-3,0)

When I updated in Power BI Desktop it return the hour correct
But when update in Power BI Service don't consider timezone

Image below you can see in Power BI Service don't consider timezone of -03:00

Erro Update.png

Hi @rafael1xkr ,

SwitchZone function not real changes stored date time, it only change displayed datetimezone of datetime values.
For power bi service, it will convert to UTC format. So these values you used SwitchZone function to modify display timezone format will change back to UTC format.

Notice: if you direct calculate on these datetime values, they will keep changed datetime value and convert to UTC format.

Regards,

Xiaoxin Sheng

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors
Top Kudoed Authors