UTCTODAY
Applies to: Calculated column Calculated table Measure Visual calculation
Returns the current UTC date.
Syntax
UTCTODAY()
Return value
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.
Example
The following:
EVALUATE { FORMAT(UTCTODAY(), "General Date") }
Returns:
[Value] |
---|
2/2/2018 |