UTCNOW

Updated on

UTCNOW is a DAX function that returns the current date and time in UTC (Coordinated Universal Time) format.

Syntax

UTCNOW( )

Return Values

A datetime.

Remarks

The result of the UTCNOW function changes only when the formula is refreshed. It is not continuously updated.

Example

The following:

EVALUATE { FORMAT(UTCNOW(), "General Date") }

Returns:

Value
2/2/2018 4:48:08 AM

Other functions related to UTCNOW are:

Contribute » | Contributors: Rick de Groot
Microsoft documentation: https://learn.microsoft.com/en-us/dax/utcnow-function-dax

2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy