Connect your BI tool
Every BI tool connects to Snowflake using the same set of credentials, available in Settings > Analytics > Data Connector after onboarding:- Account identifier — your Snowflake account URL (for example,
xyz12345.snowflakecomputing.com) - Username and password
- Warehouse, database, and schema to use
- Power BI — Snowflake connector
- Tableau — Snowflake connection
- Looker — Snowflake dialect
- Sigma — Snowflake connection
Build your first dashboard
The fastest way to build a useful dashboard is to start with a Data Product rather than the raw tables. Data Products are pre-joined, pre-aggregated views maintained by First Resonance. A good starting point for most teams:- In your BI tool, open the Snowflake connection and browse to the schema.
- Find the computed tier — these are the Data Products (for example,
issue_details,build_status,inventory_health). - Drag in the table that matches your question. For a quality dashboard, start with
issue_details. For a production overview, start withbuild_status. - Add filters for date range, team, or part as needed.
- Build your chart or table from the columns available.
_enriched) tables directly. See Available Tables for the full catalog.
What USERADMIN can do
First Resonance provisions one user per organization with theUSERADMIN role in Snowflake. This role exists so your team can manage additional users in the Data Connector independently, without opening a support ticket for every new analyst or BI developer who needs access.
As USERADMIN you can:
- Create users — provision a Snowflake user for each analyst or BI service account in your organization.
- Grant the reader role — assign the read-only role First Resonance provisions so new users can query all Data Connector tables.
- Reset passwords — handle credential rotation for your organization’s users without involving First Resonance.
- Deactivate users — remove access when someone leaves the team.
USERADMIN does not grant the ability to modify table definitions, create tables, write data, or change First Resonance’s provisioned roles. The Data Connector is strictly read-only.
For Snowflake SQL reference, see:
What you don’t need USERADMIN for
Most work in the Data Connector doesn’t require elevated permissions. A standard read-only user can:- Query any table or Data Product — all tables in the Data Connector are readable by any user with the reader role.
- Build dashboards and reports in any connected BI tool — the BI tool handles visualization; Snowflake just serves the data.
- Write queries and views in your BI tool’s layer — Power BI measures, Tableau calculated fields, Looker LookML, and Sigma formulas all live in your BI tool, not in Snowflake, so they don’t require any Snowflake permissions beyond read access.
- Export data — select and download query results from the Snowflake web UI or your BI tool without any additional grants.
USERADMIN when you’re managing who has access to the Data Connector, not when you’re using it.