Skip to main content

Sharing a Dashboard

A dashboard can be shared outside your workspace through a secure link, so stakeholders can view the report without a Kvery account or any SQL knowledge.

Turning sharing on

Enable sharing for a dashboard to generate a unique, hard-to-guess share link. Anyone with the link can open a read-only view of the dashboard; turn sharing off again at any time to immediately revoke access.

Two controls let you lock the link down:

  • Password — require a password before the shared dashboard will load, so the link alone isn't enough to view it.
  • Expiry date — set a date after which the link stops working automatically. Useful for time-boxed access.

Combine both for sensitive dashboards: a password to gate access and an expiry so it doesn't stay open forever.

What recipients see

Viewers get a clean, read-only render of the tiles and their results. They can't edit the dashboard, see your SQL, or reach the rest of your workspace.

Tips

  • Only the data the tiles return is exposed — design tile queries to reveal exactly what you intend, using ::hidden for internal columns.
  • Rotate access by toggling sharing off and on, which issues a fresh link.
  • For programmatic access to a single query's data, prefer the public API over a shared dashboard.