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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
zahirmohideen
Frequent Visitor

Last Refresh Date shows UTC

Hi , 

 

I created the calcualted table for "Last Refresh Date" as below. 

 

let
Source = DateTime.FixedLocalNow(),
#"Converted to Table" = #table(1, {{Source}}),
#"Changed Type" = Table.TransformColumnTypes(#"Converted to Table",{{"Column1", type datetime}}),
#"Renamed Columns" = Table.RenameColumns(#"Changed Type",{{"Column1", "Refresh Date"}})
in
#"Renamed Columns"

 I am in US Eastern TimeZone.

The dataset  was refreshed at 02:23:13 from the service ( aka gateway )  .

 

But , when I view the column in the desktop , it is correct.

But , in the PBI report in the ( cloud) service  , I see the datetime as 07:23 pm .  It is showing the UTC time. 

 

Isn't "FixedLocalNow" supposed to give me the time in the current timezone ?

Please advise. 

1 ACCEPTED SOLUTION
djurecicK2
Super User
Super User

1 REPLY 1
djurecicK2
Super User
Super User

Hi @zahirmohideen ,

 The Power BI Service uses UTC. There are some workarounds in this thread:

https://community.fabric.microsoft.com/t5/Service/Incorrect-Time-Zone-setting-at-Power-BI-Service/td....

 

 

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

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