CURRENT_DATETIME function: How to use & example
Learn how to use the CURRENT_DATETIME function in Looker Studio: syntax, examples, limitations, and pro tips. Master functions in Looker Studio with Catchr.
Syntax of CURRENT_DATETIME Function
The syntax for this function is quite simple and leads to its minimalistic utilization. The syntax is as follows:
Please note, 'time_zone' which is essentially a text field or expression representing the timezone is an optional parameter. The default timezone if not specified is UTC.
Using the CURRENT_DATETIME Function
Here's how to use the CURRENT_DATETIME function:
- Create or edit an existing Google Data Studio report.
- Click on the 'Add a Field' option.
- In the formula tab, add CURRENT_DATETIME(). If you want to specify a time zone, amend your formula like so: CURRENT_DATETIME("America/Los_Angeles").
Examples of CURRENT_DATETIME Function
The application of the CURRENT_DATETIME function can be illustrated with a sales metrics example. In a hypothetical e-commerce platform's sales report, we can track the server invoking time for each region to evaluate server performance.
For instance:
Today's Date in UTC: February 15, 2023 09:38 PM
Example result: 2023-2-15 09:38
Today's Date in LA: February 15, 2023 09:38 PM
Example result: 2023-2-15 02:38
Limitations of CURRENT_DATETIME Function
The only noticeable limitation of this function is that it isn't available for compatibility-mode data types. Meaning, it cannot be used when the data source is in compatibility mode.
Pro Tips for CURRENT_DATETIME Function
- Make sure to choose the correct timezone as it would dramatically affect the output and your data analysis.
- Remember, if the time_zone parameter evaluates to NULL, this function also returns NULL. Therefore, ensure your time zone entries are both valid and accurate to avoid such scenarios.
Using the CURRENT_DATETIME function in Google Data Studio, you can access real-time data for improved analysis and decision-making. The versatility of this function allows you to adapt to different time zones making it a universal solution for all your data needs.