Last tested: Jun 8, 2020
Yes you can! The way to do this is different depending on the type of content.
- For User defined dashboards, you can use the embed settings option in the cog menu. (click the cog menu on the dashboard > Edit Embed Settings.)
- For LookML dashboards, you can use the show_filters_bar parameter in the Dashboard LookML file code for your dashboard. For example:
embed_style:
background_color: "#f6f8fa"
show_title: true
title_color: "#3a4245"
show_filters_bar: true
tile_text_color: "#3a4245
text_tile_text_color: ''
show_filters_bar: false
For a Look, the filters are hidden by default but can be shown using the Show Filters on Embedded Looks toggle (available as of Looker 7.4).
This content is subject to limited support.