UTCTODAY Function (DAX)
How does the UTCTODAY function (DAX) work?
The UTCTODAY function (DAX) returns the current UTC date.
UTCTODAY Formula Syntax
UTCTODAY (
)
How do you use the UTCTODAY function?
This function returns the time value 12:00:00 PM for all dates.( )
Related Blog Posts
Related Support Forum Posts
Dax Calculation question
Dax not working
Nulls/Blanks DAX Measure
Considerations when using the UTCTODAY function
The result of the UTCTODAY function changes only when the column that contains the formula is refreshed. It is not updated continuously.
Related Video Tutorials
Formula examples using the UTCTODAY function
EVALUATE { FORMAT(UTCTODAY(), “General Date”) }
format-date(UTCTODAY(), ‘dd-MM-yy’)