diff --git a/public/app/features/dashboard-scene/inspect/InspectDataTab.tsx b/public/app/features/dashboard-scene/inspect/InspectDataTab.tsx index 9b6805153b4..24d6a003306 100644 --- a/public/app/features/dashboard-scene/inspect/InspectDataTab.tsx +++ b/public/app/features/dashboard-scene/inspect/InspectDataTab.tsx @@ -62,7 +62,7 @@ export class InspectDataTab extends SceneObjectBase { hasTransformations={hasTransformations(dataProvider)} timeZone={timeRange.getTimeZone()} panelPluginId={panel.state.pluginId} - dataName={panel.state.title} + dataName={sceneGraph.interpolate(panel, panel.state.title)} fieldConfig={panel.state.fieldConfig} onOptionsChange={model.onOptionsChange} /> diff --git a/public/app/features/dashboard/components/Inspector/InspectContent.tsx b/public/app/features/dashboard/components/Inspector/InspectContent.tsx index 7dfc6c7d54e..dc28685e098 100644 --- a/public/app/features/dashboard/components/Inspector/InspectContent.tsx +++ b/public/app/features/dashboard/components/Inspector/InspectContent.tsx @@ -94,7 +94,7 @@ export const InspectContent = ({ > {activeTab === InspectTab.Data && (