DateTimeZone.LocalNow
This topic applies to the Power Query Formula Language which can be used with Power Query and Power BI Desktop to build queries that mashup data. See the list of function categories.
Returns a DateTime value set to the current system date and time.
DateTimeZone.LocalNow() as datetimezone
- The return value contains timezone information representing the local timezone.
DateTimeZone.LocalNow() equals 2011-02-20T22:19:38-08:00
Show: