Dynamically adjust the Time picker

With the help of grafana variables, is there any way to adjust the time picker value dynamically?

1 Like

After a lot of research, I found a way!

You can use Panel Links ( To add a Panel Link, open the General tab in the panel settings and find the Panel Links section)

Basically, you can create dashboard’s variable with the Absolute time range ( es: variable1 = 1668053442000 and variable2 = 1668059984000 ) and include the variables in the link:
es: http://grafana.staged-by-discourse.com/d/YourDashboardID/YourdashboardNAME?orgId=1&from={variable1}&to={variable2}

Cheers,

1 Like