Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi,
In the Report, i need to show the logged in users current Datetime and type of timezone it is showing. Using DAX Now() i will get the current date and time however i am not getting whether it is EST,PST or CET timezone. I need to add timezone also to the timestamp. Please suggest if anything related to Power Query or DAX function this can be achieved. Thanks in Advance.
Thanks for your response. What i need is 18/01/2022 10.33:57 AM GMT . Is that possible to show GMT/EST/CET like this. It will vary if user runs the report from US then as per his timezone it should show. if i run from Indian it show India timings and with IST at the end of the date
Hi @Anonymous
You can use DateTimeZone.From() in power query/
e.g:= DateTimeZone.From(DateTimeZone.LocalNow())
Output:
You can refer to the following link:
DateTimeZone.From - PowerQuery M | Microsoft Learn
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thanks for your response. i have tried the one that you provided i getting like this
18/01/2022 10.33:57 AM +00:00 . What i need is 18/01/2022 10.33:57 AM GMT . Is that possible to show GMT/EST/CET like this. It will vary if user runs the report from US then as per his timezone it should show.
Check out the November 2025 Fabric update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!