Skip to main content
< All Topics
Print

Manage access to Dashboards 

Access to dashboards is managed via owners (users that have edit permissions to the dashboard) 

Non-owner users’ access can be managed in two different ways: 

  1. Dataset permissions – if you add to the relevant role permissions to datasets it automatically grants implicit access to all dashboards that use those permitted datasets 
  1. Dashboard roles – if you enable DASHBOARD_RBAC feature flag then you be able to manage which roles can access the dashboard 
  • Having dashboard access implicitly grants read access to the associated datasets, therefore all charts will load their data even if the feature flag is turned on and no roles are assigned to roles the access will fall back to Dataset permissions 

Customizing dashboard 

The following URL parameters can be used to modify how the dashboard is rendered: 

  • standalone: 
  • 0 (default): dashboard is displayed normally 
  • 1: Top Navigation is hidden 
  • 2: Top Navigation + title is hidden 
  • 3: Top Navigation + title + top level tabs are hidden 
  • show_filters: 
  • 0: render dashboard without Filter Bar 
  • 1 (default): render dashboard with Filter Bar if native filters are enabled 
  • expand_filters: 
  • (default): render dashboard with Filter Bar expanded if there are native filters 
  • 0: render dashboard with Filter Bar collapsed 
  • 1: render dashboard with Filter Bar expanded 
Table of Contents