Is there a way to get the dashboard title using a variable

I want to place the title dynamically in a text panel on a dashboard. Is there a variable that returns the dashboard title?

Acc. to this post, the variables for dashboard name and user name can be accessed by ‘ctrl.dashboard.title’ and ‘ctrl.dashboard.uid’ respectively.

Thank you! I found it on the grafana global variables page. It is ${__dashboard.name}.

This topic was automatically closed after 365 days. New replies are no longer allowed.