View Dashboard not available in developer mode

I have created a dashboard file by copying the LookML definition from a dashboard I had built. However, when trying to select the option "View Dashboard" from the dashboard file, as shown in the guide Building LookML Dashboards, the View Dashboard option appears to load for a second but just won't appear:

vicbus_0-1727180079250.png

Only the Explore Last Query option appears. What could be wrong? Has anyone come across a similar issue?

 

Solved Solved
0 2 439
1 ACCEPTED SOLUTION

Hey Vicbus! To access a LookMLdashboard, you need to access it through youlookerinstancename.cloud.looker.com//folders/lookml
If you dont see your dashboard, make sure you have the following line in your model:
include: "my_dashboard.dashboard.lookml" # include a LookML dashboard called my_dashboard

View solution in original post

2 REPLIES 2

Hey Vicbus! To access a LookMLdashboard, you need to access it through youlookerinstancename.cloud.looker.com//folders/lookml
If you dont see your dashboard, make sure you have the following line in your model:
include: "my_dashboard.dashboard.lookml" # include a LookML dashboard called my_dashboard

Thank you, I was indeed missing the include in my model. I added a include: "/dashboards/*.dashboard.lookml" and that did the trick.

Top Labels in this Space