Skip to content

Quickstart

This walkthrough takes you from a new workspace to a working data transformation in roughly 10 minutes.

A small workflow that:

  1. Imports a CSV into a project table
  2. Filters and transforms the data with a couple of steps
  3. Publishes the result so other tools can consume it

After signing in, you’ll land in your workspace. Open the Projects tab and create a new project — give it a descriptive name like “Quickstart”. A project is where your data, workflows, and dimensions live together.

See Managing projects for more on the project lifecycle.

Inside the project, open the Workflows tab and create a new workflow. Add an Import → CSV step. Either upload a small CSV from your local machine or point at a CSV in a connected document store.

Run that step. The CSV lands as a table in your project. Open the Tables tab to see it.

Reference: Import CSV step · Guide: Where are workflows?

Back in the workflow, add a Tables → Table Lookup step (or any of the table steps). Configure source and target, choose which columns to keep, and apply a simple filter.

When you run the step, the output is a new table you can preview.

Reference: Workflow steps

Add a final Publish step (under Data → Publish) so the table becomes available to dashboards, BI tools, or external consumers.

Guide: Publishing data

Click Run on the workflow. Watch the log as each step executes. If anything errors, the Managing step errors guide covers debugging.

  • Understand the modelConcepts explains what a workspace, project, workflow, table, and dimension actually are.
  • Build something realTutorials walk through end-to-end scenarios (loading and transforming data, building an allocation, publishing a dashboard).
  • Browse by taskGuides covers specific things you might want to do.
  • Look something upReference has every workflow step, expression, and connector.