Forum Discussion
Scatter chart overlapping points (i.e. multiple points with the same X and Y values)
- 6 years ago
Hi Anonymous ,
You may follow steps below.
1.Set field Achievement (x-axis) and Effort (y-axis) Default Summarization: Don't summarize .
2.Create a measure like DAX below, and put it into Size box of the Scatter visual.
Size Measure = IF(ISFILTERED(Table1[Student]),COUNTROWS(Table1),CALCULATE(COUNTROWS(Table1),ALL(Table1[Student])))3. Select on this Scatter visual, go to Format pane, turn on the option "Category".
Best Regards,
Amy
Community Support Team _ Amy
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Anonymous ,
You may follow steps below.
1.Set field Achievement (x-axis) and Effort (y-axis) Default Summarization: Don't summarize .
2.Create a measure like DAX below, and put it into Size box of the Scatter visual.
Size Measure = IF(ISFILTERED(Table1[Student]),COUNTROWS(Table1),CALCULATE(COUNTROWS(Table1),ALL(Table1[Student])))
3. Select on this Scatter visual, go to Format pane, turn on the option "Category".
Best Regards,
Amy
Community Support Team _ Amy
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.