0
0
Power BIbi_tool~10 mins

Scatter plots in Power BI - Cell-by-Cell Formula Trace

Choose your learning style9 modes available
Sample Data

Sales and Profit data for four products

CellValue
A1Product
B1Sales
C1Profit
A2Alpha
B21000
C2200
A3Beta
B31500
C3300
A4Gamma
B41200
C4250
A5Delta
B51800
C5400
Formula Trace
Scatter plot with X axis = Sales, Y axis = Profit, Details = Product
Step 1: Select Sales values for X axis: {1000, 1500, 1200, 1800}
Step 2: Select Profit values for Y axis: {200, 300, 250, 400}
Step 3: Assign Product names as details for each point: {Alpha, Beta, Gamma, Delta}
Step 4: Plot points: (1000,200) Alpha, (1500,300) Beta, (1200,250) Gamma, (1800,400) Delta
Cell Reference Map
     A        B        C  
1 Product  Sales   Profit 
2 Alpha    1000    200   
3 Beta     1500    300   
4 Gamma    1200    250   
5 Delta    1800    400   

References: B2:B5 for X axis, C2:C5 for Y axis, A2:A5 for details
Sales values in column B and Profit values in column C are referenced for the scatter plot axes. Product names in column A label each point.
Result
Scatter Plot:

Y Axis (Profit)
|
|        * Delta (1800,400)
|           
|       * Beta (1500,300)
|          * Gamma (1200,250)
|    * Alpha (1000,200)
|____________________________
         X Axis (Sales)
The scatter plot shows four points representing products. The horizontal axis is Sales, the vertical axis is Profit. Each point is labeled by product name.
Sheet Trace Quiz - 3 Questions
Test your understanding
Which column is used for the X axis in the scatter plot?
AProduct
BProfit
CSales
DNone
Key Result
Scatter plots map one numeric column to X axis, another numeric column to Y axis, and use a categorical column for point labels.