Self‑Serve Analytics Onboarding Checklist

Interactive onboarding checklist and short quiz to onboard non-technical users to a self-serve analytics platform safely. Tracks progress, captures readiness, and records follow-up needs while teaching guardrails and sample queries.

Interactive Tool

Self‑Serve Analytics Onboarding Checklist

Welcome

This interactive checklist helps new platform users get up to speed safely and consistently. Complete each item, run the sample queries, and answer the short quiz to validate readiness. Responses are saved so your analytics team can follow up where help is needed.

What's included

  • Account & access checks
  • Data literacy primer and naming/metric conventions
  • How to find canonical datasets and owners in the catalog
  • Basic chart creation walkthrough
  • Sensitive-data and privacy reminders
  • Support & escalation path
  • Recommended guardrails and sample queries
  • A short quiz to validate readiness

Estimated time

Plan 30–60 minutes to complete the checklist and quiz, longer if you follow additional learning links.

Recommended guardrails (quick)

  • Use canonical datasets where available — prefer reuse over copies.
  • If you create derived datasets, record lineage, ownership, and purpose.
  • Publish dashboards with clear data source tags and version notes.
  • Mask or remove sensitive fields before sharing externally.
  • Follow the escalation path for access, data quality, or privacy issues.

Sample queries (examples)

-- 1) Quick row count
SELECT COUNT(*) FROM analytics.sales_canonical;

-- 2) Simple aggregation with date
SELECT date_trunc('month', order_date) AS month, SUM(amount) AS total_sales
FROM analytics.sales_canonical
GROUP BY 1
ORDER BY 1;

-- 3) Validate a join (compare totals)
SELECT COUNT(*)
FROM analytics.orders o
JOIN analytics.customers c ON o.customer_id = c.id
WHERE c.region = 'West';

If a sample query returns unexpected results, stop and raise a data quality request to the dataset owner.

Enter your full name.
Your team or role (helps assign the right reviewer).
I have an active account and necessary permissions (BI tool, data catalog, required datasets).
Completed the primer covering basic terms, data types, measurement, bias, and limitations.
Understand how datasets, fields, and metrics are named and where canonical metrics live.
Can find canonical datasets and check lineage/owners in the data catalog.
Created a basic chart and can change chart types, filters, and aggregations.
Know which fields are sensitive and how to handle or mask them (PII, PHI, personal data).
Know how to request help or escalate data quality, access, or privacy issues.
Understand publishing rules, dataset ownership, versioning, and approvals.
Ran the recommended sample queries and validated outputs against examples.
1 = Not confident, 5 = Very confident
1.0 10.0
Choose the best answer.
Choose the best answer.
Choose the best answer.
Optional: what confused you or what you'd like help with.
Optional notes, follow-ups requested, or specific training needed.
You can explore this tool now. Sign in or create an account to save your responses and return to them later.
Make this tool part of your work

Save a personal copy, bring it to your team, or tailor the questions and workflow to fit what you are hungry to improve.

Member customization and team collaboration are coming soon.

Discussion

Comments and conversation will live here.