Parabola Tables
In this lesson, we dive into dashboards and the core concepts of Tables — databases that live in Parabola and power dashboards and visualizations.
Building challenge
In this challenge, we’ll create a Table that is grouped by status and warehouse to make it easy for the team to review SKUs with low inventory levels.
- In the Inventory report Table, group rows first based on status, then by warehouse.
- Change the color of the Table to green, and freeze the first column of data.
- Add a calculation to the Available column and sum up units available by status. Format the column to include a comma.
To check your work, take a look at this quick video.
About Parabola Tables
With Parabola Tables, you can
- Store up to 5 million rows and 5,000 columns of data
- Share data across Flows using the Pull from Parabola Table step
- Build interactive data Tables with groupings, custom views, and heat maps
- Use Table data to power additional visualizations
Customizing your Parabola Table
There are a few essential pieces of functionality you should know about when working with Parabola Tables:
- Grouping: The grouping function allows you to create pivot Table-like views with dropdowns.
- Calculations: Click on either a grouped row or the bottom bar of your Parabola Table to add calculated fields to your Parabola Table.
- Ex) After grouping your Inventory data by Status, you can Sum all of the values in the Available column to see an overview of quantities by status.
- Colors: Beyond customizing the color of your Table, you can also add color to specific columns — including color scales and color rules.
- Hiding: Select columns to hide from certain views.
Using Tables & Visualizations in Parabola
Parabola makes it easy to store, reuse, and visualize data across flows using Parabola Tables and Visualizations. These features allow you to create live dashboards and share datasets across workflows.
Using Parabola Tables (Like a Database)
Parabola Tables function as internal databases that can store up to 5 million rows and allow data to be shared across flows.
Creating a Parabola Table
- Drag the "Send to Parabola Table" step onto the canvas.
- Name the table (e.g.,
"Parabola University Sample"
). - Choose how to update data:
- Overwrite → Replace the table with new data every time the flow runs.
- Append → Add new data while keeping existing records.
- Update Existing Rows → Modify specific rows in the table.
- Click Show Updated Results to create the table.
Accessing Your Stored Data
To use this data in another flow:
- Open a new Parabola flow.
- Drag in a "Pull from Parabola Table" step.
- Search for
"Parabola University Sample"
. - Click Show Updated Results → The data is now available for transformation.
Creating Visualizations & Dashboards
Visualizations help you turn raw data into actionable insights by creating charts, tables, and KPI dashboards.
Adding a Visualization Step
- Drag the "Visualize" step onto the canvas.
- Choose how the data is displayed:
- Table View → Expand raw data for quick reference.
- Charts → Convert data into column charts, line graphs, and more.
Example: Sales Over Time Chart
- Change the display type → Select Column Chart.
- Set:
- X-axis →
"Order Date"
(formatted as Month-Year). - Y-axis →
"Revenue"
(set to Sum of Revenue).
- X-axis →
- Format:
- X-axis → Displayed as Month.
- Y-axis → Formatted as Currency.
- Final Result → A Sales Over Time chart appears on both the canvas and dashboard.
Customizing Views
- Create multiple views (e.g., group by Product Title instead of Date).
- Apply color coding, heat maps, and KPI widgets for deeper insights.
Try It Yourself!
Test the Parabola Tables & Visualizations steps in the building challenge below and let us know if you have any questions! 🚀