UTCTODAY is a DAX function that returns the current date in UTC (Coordinated Universal Time) format.
Syntax
UTCTODAY( )
Return Values
A date.
Remarks
UTCTODAY returns the time value 12:00:00 PM for all dates.
The UTCNOW function is similar but returns the exact time and date.
The following:
EVALUATE { FORMAT(UTCTODAY(), "General Date") }
Returns:
[Value] |
---|
2/2/2018 |
Related functions
Other functions related to UTCTODAY are:
2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy