Introduction
This week’s challenge: recreate a Tale visualization with a twist.
The goal is to show revenue growth over time for 100 companies, grouped into:
• Rocket Ships
• Fast Growers
• Slow Burners
The catch?
Sigma doesn’t separate “line identity” and “color grouping” the way most tools do.
So the real challenge isn’t the chart.
It’s the modeling.
Key skills you’ll practice:
• Structuring data at the correct grain (company × time)
• Encoding multiple dimensions into a single visual channel
• Working around visualization constraints in Sigma
If your chart looks “too clean,” you probably aggregated something you shouldn’t have
Give it a shot.
Need Access to Sigma?
Note: You will only have view access to WOW Workbooks, Folders, and Workspaces, not edit access. Please create your WOW Workbooks under “My Documents.” We suggest creating a folder to organize all your workbooks.
Use a dataset with the following fields:
company_idcompany_nameyear_since_foundingrevenue_millionsgrowth_group(Rocket Ship, Fast Grower, Slow Grower)
Model
Ensure your data is at this grain:
Each row should represent:
one company at one point in time
Build the Base Chart
Chart type: Line
X-axis:
year_since_foundingY-axis:
revenue_millionsTurn OFF:
Aggregate values
Show one line per company, colored by growth_group
Challenge
Problem:
Sigma does not natively support:
Color = growth_group
Create a calculated column:
In the color palette:
Map all
"Rocket Ship|*"→ same colorMap all
"Fast Grower|*"→ same colorMap all
"Slow Grower|*"→ same color
Requirements
Dataset
AI Generated
Share
After you finish your workout, share on LinkedIn, Sigma’s Community page, (or Twitter) using the hashtags #WOW2024 and #SigmaComputing, and tag Jess Batten, Ashley Bennett, Eric Heidbreder, Katrina Menne, Carter Voekel, and Michal Shaffer!
Create an interactive, sharable version of your solution here.
Also, make sure to fill out the Submission Tracker so that we can count you as a participant this week to track our participation throughout the year.
Solution