0
0
Tableaubi_tool~10 mins

Scatter plots in Tableau - Cell-by-Cell Formula Trace

Choose your learning style9 modes available
Sample Data

This data shows sales and profit for four products.

CellValue
A1Product
B1Sales
C1Profit
A2A
B2100
C230
A3B
B3150
C350
A4C
B4200
C470
A5D
B5130
C540
Formula Trace
Scatter plot with Sales on X-axis and Profit on Y-axis
Step 1: Select Sales values for X-axis: {100, 150, 200, 130}
Step 2: Select Profit values for Y-axis: {30, 50, 70, 40}
Step 3: Plot points as (Sales, Profit): (100,30), (150,50), (200,70), (130,40)
Cell Reference Map
    A       B       C
1 Product  Sales   Profit
2   A      100      30  <-- Sales and Profit used
3   B      150      50  <-- Sales and Profit used
4   C      200      70  <-- Sales and Profit used
5   D      130      40  <-- Sales and Profit used
Sales (column B) and Profit (column C) values for products are used as X and Y axes.
Result
Scatter Plot:
Y-axis (Profit)
  80 |           * (200,70)
  60 |       * (150,50)
  40 |     * (130,40)
  20 | * (100,30)
     +--------------------
       100  130  150  200  X-axis (Sales)
The scatter plot shows each product as a point with Sales on the horizontal axis and Profit on the vertical axis.
Sheet Trace Quiz - 3 Questions
Test your understanding
Which column is used for the X-axis in the scatter plot?
AProduct
BProfit
CSales
DNeither Sales nor Profit
Key Result
Scatter plots map one numeric column to X-axis and another numeric column to Y-axis to show relationships.