Forum Discussion
thuper
1 year agoNew Member
Need Text Data Labels on Scatter Chart
I have a scatter chart that I'm trying to use to show the scatter of different items. If I turn on category labels, the only thing that shows are the values of the X-Y coordinates, which is already ...
- 1 year ago
That's standard functionality. Remember that both X and Y axis need to be fed by measures, not columns.
nilendraFabric
1 year agoSuper User
Hello thuper
Drag the numerical columns to the X-Axis and Y-Axis fields in the Visualizations pane.
Drag the column containing the item names (e.g., “Item Name”) to the Details field. This step links each data point to its corresponding name.
Ans turn on Category Label
It should work.
thanks