Hi Christopher,
We assume that you want to display a XY scatter bubble chart, where each bubble displays a row from your data source - follow these guidelines:
1. From Chart Page -> select Bubble Chart Type and change Subtype to XY Scatter.
2. From Pivot Page -> create a single category with Group By Expression: =Fields![RowIndex]
3. From Pivot Page -> create a single values. The values must have the following Data expressions:
Y Expression: =Fields!YAxis
Size Expression: =Fields!Size
X Expression: =Fields!XAxis
Clicking on the preview page will display a XY scatter bubble. The bubble sizes are interpolated to be in the MinBubble size, MaxBubble size settings. For example: suppose that your bubble chart has MinSize=10 and MaxSize=100 and the data source has Size entries: 1, 2, 3. The first bubble will have size 10 (for value 1), the last bubble will have size 100 (for value 3) and the middle bubble with have value (10 + 100) / 2 = 55.
Best Regards,
Nevron Support Team