March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
I'm reading data from Cosmos DB. I have there EventProcessedUTCTime from Stream Analytics.
How to convert datetime to time zone -2h.
Solved! Go to Solution.
@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
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.
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
Hi @Anonymous ,
Is the type of column date/time? If not, please change it to date/time type at first.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
125 | |
85 | |
69 | |
54 | |
45 |
User | Count |
---|---|
204 | |
106 | |
98 | |
65 | |
54 |