Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register 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!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
99 | |
69 | |
46 | |
39 | |
33 |
User | Count |
---|---|
164 | |
111 | |
61 | |
51 | |
40 |