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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Anonymous
Not applicable

How to convert time zone of date time?

I'm reading data from Cosmos DB. I have there EventProcessedUTCTime from Stream Analytics.

How to convert datetime to time zone -2h.

 

1 ACCEPTED SOLUTION
az38
Community Champion
Community Champion

@Anonymous 

why do you have double symbols [[ and ]]? try to clear to format 

[Document.EventProcessedUtcTime]-#duration(0,2,0,0)

do not hesitate to kudo useful posts and mark solutions as solution
Linkedin


do not hesitate to give a kudo to useful posts and mark solutions as solution
LinkedIn

View solution in original post

5 REPLIES 5
v-eachen-msft
Community Support
Community Support

Hi @Anonymous ,

 

You could open query editor and use custom column with the following codes:

[Your datetime]-#duration(0,2,0,0)

Then you could delete original column and keep this custom column in your table.

1-1.PNG

 

Community Support Team _ Eads
If this post helps, then please consider Accept it as the solution to help the other members find it.
Anonymous
Not applicable

I'm getting following errror. Please advice.

 

Expression.Error: We cannot apply operator - to types Record and Duration.
Details:
Operator=-
Left=
Document.EventProcessedUtcTime=18.11.2019 15.07.38
Right=0.02:00:00

Error_Custom_Column.png

 

az38
Community Champion
Community Champion

@Anonymous 

why do you have double symbols [[ and ]]? try to clear to format 

[Document.EventProcessedUtcTime]-#duration(0,2,0,0)

do not hesitate to kudo useful posts and mark solutions as solution
Linkedin


do not hesitate to give a kudo to useful posts and mark solutions as solution
LinkedIn

Hi @Anonymous ,

 

Is the type of column date/time? If not, please change it to date/time type at first.

 

Community Support Team _ Eads
If this post helps, then please consider Accept it as the solution to help the other members find it.
az38
Community Champion
Community Champion

hi @Anonymous 

create calculated column

Column = 'Table'[DateTime]-time(2;0;0)

do not hesitate to kudo useful posts and mark solutions as solution
Linkedin


do not hesitate to give a kudo to useful posts and mark solutions as solution
LinkedIn

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors