Forum Discussion
Anonymous
1 year agoNot applicable
Timestamp issue
Hi, Can someone explain to me why the timestamp in the Power BI Service is not according to the selected Arizona time zone when it comes to refreshing? The Refresh timestamp in Power BI af...
- 1 year ago
thats is M. Applied step name is automatically generated so DAX AZ time is not needed.
pallavi_r
1 year agoSuper User
Hi Anonymous ,
As lbendlin has mentioned, Power BI Services operates in UTC time zone, so have to be adjusted using DAX or Power Query by adding offset to UTCNOW().
Thanks,
Pallavi
Anonymous
1 year agoNot applicable
Yes, I know it is running on UTC time zone. However, I am NOT getting anywhere with the DAX...I am not sure where I am doing this wrong? I tried in Excel and Power BI Power Query....
DAX AZ TIME = DateTimeZone.SwitchZone(DateTimeZone.LocalNow(),-8,0)
Is this expected??
- danextian1 year agoSuper User
thats is M. Applied step name is automatically generated so DAX AZ time is not needed.
- Anonymous1 year agoNot applicable
Working now 🙂 Thank you!