Forum Discussion
AndySmith
3 years agoHelper III
Today() Function - UTC Offset
Hi Apologies in advance - as I have seen several posts on this already - but I am just struggling to make sense of any of it! I have a measure which uses the 'today()' function to work out the pre...
- Anonymous3 years ago
Hi AndySmith ,
Please try to use NOW().
Column = NOW()+TIME(10,0,0)The column=today()+time(10,0,0) represents 2023/1/19 10:00:00.
Best Regards
Community Support Team _ PollyIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
bolfri
3 years agoSolution Sage
I am sorry, but I don't know the answer directly, but maybe this one might help:
Maybe creating a dummy_table with "today" column in Power Query M that respect your timezone and use in the dax would help?