Juicebox
Preparing your dataStory DesignerVisual design tips
  • Juicebox Documentation
  • What is Juicebox?
    • Technology requirements
  • Getting Started
    • Getting a Workspace
    • Reach out to us
  • Building Reports
    • Creating and Editing Reports
    • Data
      • Loading data
      • Managing data
      • The data preview
    • Design
      • Slices
        • Dynamic text
        • Customizing what shows
        • Multiple data tables
        • Charts
          • Headline
          • Filters
          • Chooser
          • Table
          • Card
          • Reports Navigation
          • Bar
          • Scatterplot
          • Leaderboard
          • Map
          • Trend
          • Pie
        • Selections as Variables
        • Debug
      • Ingredients
        • The ingredient editor
          • The dimension ingredient editor
          • The measure ingredient editor
        • Adding new ingredients
        • Advanced field formulas
        • Time formats
        • Number formats
    • Share
      • Publishing a report (or report changes)
      • Inviting viewers
      • Insights
    • Tips and Tricks
      • Telling data stories
      • Visual design
      • Preparing your data
      • Useful resources
  • Viewing Reports
    • Signing In
    • Navigating Reports
    • Focus and Filter
  • Managing Users
    • Adding Users
    • User Roles and Management
    • Limiting what data users can see
    • Access Views
    • Embedding Juicebox Apps
      • How embedding works
      • Juicebox Embedding API
      • Juicebox API
    • Requesting data from embedded apps
  • Managing my workspace
    • Workspace Settings
    • Subscription and Billing
  • Changelog 🎁
Powered by GitBook
On this page
  • Dimensions
  • Measures

Was this helpful?

Export as PDF
  1. Building Reports
  2. Design

Ingredients

PreviousDebugNextThe ingredient editor

Last updated 6 months ago

Was this helpful?

Ingredients are used to configure in Juicebox. There are two types of ingredients: and .

Dimensions

When you first load your data, you'll have one dimension ingredient for each column in your data. You can create additional dimensions from those data columns. For example, let's say your data has 3 columns: First_Name, Last_Name, and Age. After you load your data, you'll have 3 dimension ingredients corresponding to these 3 columns.

To create a new dimension, you could duplicate the First Name ingredient and modify it to add a new dimension ingredient called Full Name that concatenates First_Name and Last_Name together. After that, you'll have 4 dimension ingredients.

Measures

You can click on the ingredient pill to open the . The ingredient editor is where you can see and modify the ingredient definition.

Measures are values calculated over a group of data records. Average sales, student count, and maximum price are all examples of measures. Measures are created using the following aggregation formulas: sum(), avg(), min(), max(), and count_distinct(). Additional aggregations can be used as well (see ) . Measures are not displayed in the data preview. Instead you see existing measures and add new ones as you configure .

As with dimensions, you can click on measure ingredient pills to open the .

ingredient editor
advanced field formulas
charts
ingredient editor
charts
dimensions
measures
Each column in the data becomes a dimension ingredient
Click on the dimension ingredient pill to open the ingredient editor
A new dimension ingredient called Full Name has been created
New measures are added as you configure charts
Click on the measure ingredient pill to open the ingredient editor