Plot two measures against each other to find correlations, clusters, and outliers.
Scatter charts plot individual data points using two measures as X and Y coordinates. Use them to explore relationships between measures, identify clusters, and spot outliers across a population of entities.
Map a dimension to the Color channel to assign each point a color by category. Use this to compare how different groups distribute across the same two measures.
Map a third numeric measure to the Size channel to scale each point’s radius by value. Use this to encode a third variable without adding a new axis.
Assign a measure to the Size channel in the Fields tab. Points scale proportionally to the measure value. Configure the minimum and maximum radius in the Style tab.