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.
The following:
EVALUATE { FORMAT(UTCNOW(), "General Date") }
Returns:
Value |
---|
2/2/2018 4:48:08 AM |
Related functions
Other functions related to UTCNOW are:
2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy