Looker board embed

Is there any way to embed a Looker Board in a iframe webpage? I'm looking to alternatives to show more than one dashboard allowing the user select which dash will be loaded.

Solved Solved
0 3 652
1 ACCEPTED SOLUTION

You can achieve this using Javascript and HTML together in your page.
Firstly You will have to create button that is liked with different Embed URL of different Dashboard and using iframe id you can make selected Dashboard visible in the target iframe.

View solution in original post

3 REPLIES 3

Hi Mauricio! Looker Boards cannot be embedded. Dashboards, Explores and Looks can all be embedded using iframes. 

Looker has a public demo environment for embedding, atomfashion.io, and there is a page called Saved Reports which showcases an example of using the API to display an embedded report. This could be one way to think about that type of a workflow. There is sample code for this demo environment on GitHubScreenshot 2024-05-28 at 1.34.27 PM.png

 

Thanks for your reply! This demo page will be very useful as reference.

You can achieve this using Javascript and HTML together in your page.
Firstly You will have to create button that is liked with different Embed URL of different Dashboard and using iframe id you can make selected Dashboard visible in the target iframe.