NOW DAX Function in Power BI

The NOW dax function returns the current date and time in datetime format.

DAX Syntax NOW()

Example: Let’s get the current date and time in the Power BI.

DAX

Now measure = NOW()

The card visual can be used to show the output of the above measure, as shown in the image below:

NOW dax function in Power BI