Current Dashboard ID

Hello,

How can I get the current dashboard ID? I found only the current project ID.
Thank you!

Do you mean via script, or in the UI?

In the Explore panel you can right click on the dashboard, select properties and you can see ID.

In the script you can do dundas.context.baseViewService.currentView.id.

2 Likes

Thank you again @david.glickman! This is what I want.