In this lesson, you’ll learn the three methods for combining data in Parabola — joining on shared IDs, stacking tables, and comparing tables to find overlap.
Building challenge
Now that your delivery report is cleaned up, join it to your shipments data so you can compare delivery dates against each shipment’s SLA.
1
Copy and paste this prompt into Parabola to combine your data sets
Join my shipments by carrier with my delivery report on "Order_ID" = "Reference".
2
Rearrange the combined step so it sits to the right of your two pull data cards
The join step should live outside of any card, connected directly to the outputs of both pull steps.
Check your work
The steps added to your canvas and their exact documentation may differ from what you see below — every AI response is unique. The important thing is that your resulting data set matches what you see here.