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.
lbendlin
1 year agoSuper User
That's standard functionality. Remember that both X and Y axis need to be fed by measures, not columns.
thuper
1 year agoNew Member
This got it! Thank you.
I had 'sum' turned off because I did not want them grouped, but they're still individual if I use Sum as you recommended here. Doesn't make sense to me, but this is what I needed.