简体   繁体   中英

Is there a way to show when the data in a Data Studio report was last refreshed?

I know it shows up at the bottom, but would be cool if I was able to show this more visually on the report it's self.

One way that it could be achieved is by using the CURRENT_DATETIME function, which would be updated each time the Report is refreshed; by default, the CURRENT_DATETIME displayed is based on the UTC Time Zone; a specific Time Zone or Location could be set, for example to display the CURRENT_DATETIME in Colombo, Sri Lanka, the following Calculated Field does the trick:

CURRENT_DATETIME("Asia/Colombo")

Adding the below from an Earlier Post :
Google Data Studio Report and a GIF to elaborate :

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM