Is it possible to use the same global time range ($__from / $__to) in all time series panels of a dashboard when time based on now is selected? By default each panel (and query variable) calculates it’s own now time which leads to the different time ranges. So if i select data in my query variable based on the variable’s time range ($from / $to in case of clickhouse datasource) or the global time range ($__from / $__to) and then use it in panels queries, it will belong to a time range different from the panel’s time range ($from / $to). Or if i use the global time range ($__from / $__to) in the panel’s query, the selected data may go beyond the visible interval.
In my particular case i select top N time series in a query variable and then show different graphs on different panels for those time series only.
Using the global time range in all time series panels of a dashboard with selected time based on now
It looks like the problem could be solved by calculating now globally (only once) for the dashboard.