The UTCTODAY function returns the current UTC (Coordinated Universal Time) date.
Syntax
UTCTODAY()
Parameters
The UTCTODAY function takes no arguments.
Returned value
The UTCTODAY function returns the current UTC date in datetime format.
Additional Information
This function returns 00:00:00 as the time.
Examples
In this example we simply create a measure that returns the current UTC date and display it on a card (the measure has the original type of date and time, which is why the time 00:00:00 is displayed):
Category
Date and time