Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Scatter plot - overlapping Data points

I have created a scatter plot with point having the same cordinates, but when i click on any of the points it shows data  for only one point , it ignores the other overlapping points. Example it shows only point P.04 where as it ignores I.01 which also lie on the same cordinate . Can anyone help me to resolve the issue ?

  • v-evelk's avatar
    v-evelk
    6 years ago

    Hello,

     

    Please, try the following steps:

     

    "The scatter dots are rendered sequentially, and in this case since they are perfectly stacked so only one gets the click event. For points like this,

    if the user wants a single click to select all 5, they need a scatter chart that has a composite group on X and Y. Remove Reference from Details, then update aggregation for X and Y to be “Don’t summarize”:

    Place this visual exactly on top of the first. Then open the selection pane and ensure the X/Y grouped visual is higher in Z Order so it gets the clicks. The chart underneath will only be used for category labels. Also, increasing the size of the dots makes them more clickable."

     

    Kind Regards,

    Evgenii Elkin,
    Software Engineer
    Microsoft Power BI Custom Visuals
    [email protected]

8 Replies

    • Anonymous's avatar
      Anonymous
      Not applicable

      I have mailed a test .pbix with the same issue  . could you look into it to solve it . Thanks in advance 

      • v-evelk's avatar
        v-evelk
        Microsoft Employee

        Hello,

         

        Please, try the following steps:

         

        "The scatter dots are rendered sequentially, and in this case since they are perfectly stacked so only one gets the click event. For points like this,

        if the user wants a single click to select all 5, they need a scatter chart that has a composite group on X and Y. Remove Reference from Details, then update aggregation for X and Y to be “Don’t summarize”:

        Place this visual exactly on top of the first. Then open the selection pane and ensure the X/Y grouped visual is higher in Z Order so it gets the clicks. The chart underneath will only be used for category labels. Also, increasing the size of the dots makes them more clickable."

         

        Kind Regards,

        Evgenii Elkin,
        Software Engineer
        Microsoft Power BI Custom Visuals
        [email protected]

  • karo's avatar
    karo
    Advocate V

    v-evelk It seems that I am facing similar issue and I do not see don't sumarize option 😞 Any additional hints how to resolve the issue?