Forum Discussion
relative time / offset conversion from UTC time zone
- 9 years ago
To substract hours, your approach is already the easist way in DAX. You can also try Power Query approach like:
=DateTimeZone.SwitchZone(DateTimeZone.LocalNow(),-7,0)
Please refer to articles below:
Solving DAX Time Zone Issue in Power BI
Daylight Saving Time And Time Zones In M
Regards,
To substract hours, your approach is already the easist way in DAX. You can also try Power Query approach like:
=DateTimeZone.SwitchZone(DateTimeZone.LocalNow(),-7,0)
Please refer to articles below:
Solving DAX Time Zone Issue in Power BI
Daylight Saving Time And Time Zones In M
Regards,
v-sihou-msft/ Simon Hou
Is it planned to provide an implementation by Microsoft for
Power BI service to evaluate the browser time zone settings?
Best would be if your new implementation would do:
- Get the current time zone setting from the connected browser
- Allow (via dedicated datetime methods) filtering and display to use that request specific user time zone
= Users from Australia see the same reports as those from Europa as those from the USA.
But: Those from Australia with the appropriate Australian time zone, those from Europe ...
Example:
The very same record would show 01:40 May 1, 2018 in Australia
But: 17:40 April 30, 2108 in Switzerland
And: 11:40 April 30, 2018 in New York
Regards, David