From 147e7b06133c15b4b18513cfe8da25ed533269c9 Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 22:07:40 +0700 Subject: [PATCH] [v10.2.x] Add missing step (#82102) Co-authored-by: Jack Baldry --- .../query-transform-data/share-query/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/sources/panels-visualizations/query-transform-data/share-query/index.md b/docs/sources/panels-visualizations/query-transform-data/share-query/index.md index a73b484a953..cb2d86b1b60 100644 --- a/docs/sources/panels-visualizations/query-transform-data/share-query/index.md +++ b/docs/sources/panels-visualizations/query-transform-data/share-query/index.md @@ -20,7 +20,8 @@ The Dashboard data source lets you select a panel in your dashboard that contain This strategy can drastically reduce the number of queries being made when you for example have several panels visualizing the same data. 1. [Create a dashboard][]. -1. Change the title to "Source panel". You'll use this panel as a source for the other panels. +1. Create a panel. +1. Change the panel title to "Source panel". You'll use this panel as a source for the other panels. 1. Define the [query][] or queries that you want share. If you don't have a data source available, use the **Grafana** data source, which returns a random time series that you can use for testing.