Editor, Manager, or Owner content permissions are required to access and modify dashboard settings.
Accessing dashboard settings
In a draft dashboard, click Edit > Dashboard settings. This will open a panel on the right side of the page that contains the various settings for the dashboard.Updating settings
You can update one or multiple settings at a time. When finished, click Update settings to apply the changes.Available settings
Auto-refresh
When enabled, every dashboard tile will be automatically updated with the latest query results. Auto-refresh is designed for situations where a dashboard needs to stay up-to-date on its own, such as when it’s displayed on an office TV. It automatically reruns your queries at a set interval so the dashboard always shows the latest available results. Use the Refresh every dropdown to select a time interval. The selected interval determines when the dashboard refreshes from the time it is opened to when it’s closed in the browser. For example, if set to refresh every 60 minutes and the dashboard is opened at9:36AM, the queries will automatically run again at 10:36AM if the dashboard is kept open.
Understanding potential performance impacts
Auto-refreshed queries do not return from the cache. To avoid affecting the performance of your database, consider the following when using auto-refresh:- How often this feature is used, specifically the number of dashboards and frequency of refresh, and
- How performant the dashboard is, including the number of queries and runtime of each query
Facet filters
When enabled, this setting automatically links filters so that one filter will limit the results of another. For instance astate filter will reduce the city options to only cities that are in that state. Faceted filters also work in combination with access filters.
Faceted filters are disabled by default.
Crossfiltering
This feature is currently in beta. Reach out to Omni support if you’re interested in trying it out.
On load, run queries for
This setting is only applicable to Advanced dashboard layouts.
-
Current page (default) - Only queries for the visible page run when the dashboard loads. When you navigate to another page, queries for that page run automatically. This improves initial load time for dashboards with multiple pages.
For example, if you have a dashboard with 5 pages and each page has 3 charts:
- With Current page, only 3 queries run on initial load
- With All pages, all 15 queries run on initial load
-
All pages - All queries across all pages run when the dashboard loads, regardless of which page is visible. This is useful when:
- You need all data available immediately
- You need to quickly switch between pages without waiting for queries to run
Collapsible filters
When enabled, filters that don’t fit in a single row will be hidden. Otherwise, all filters will be shown.Display all filters initially
Only available when Collapsible filters is enabled. When enabled, all filters will initially be displayed even if they don’t fit on a single row.Custom messages
Allows you to customize the messages displayed on tiles for various states, such as Error and No results. See Custom messages for more information.Remove dashboard from document
Along with the connection permissions to access the document, you’ll need Editor or Manager content permissions.- In the Dashboard Settings, click the Remove button.
- When prompted, click Remove dashboard to confirm the removal.
- Publish the document to apply the changes.