Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Click On Single Row Of Table To Focus On All Related Instances In Same Table

Given a table:

NAMEID
A1
B2
A1
C3

 

Is it possible to have a user click on a row of the table and have it isolate/focus on all related instances of that row per some value, in this case either by NAME or ID?

If I created another table or slicer of distinct values, for example:

NAME
A
B
C

and clicked on A, it would show the original table as such:

A1
A1

 

What I would like is to click on a row of NAME A on the original table without having another slicer or table to control it, and have it focus on all instances of that like this:

 

NAMEID
A1
B2
A1
C3

 

Is this possible? Any creative workarounds? Thanks.

 

  • Anonymous's avatar
    Anonymous
    4 years ago

    Hi Anonymous ,

     

    Since duplicate rows could not be all shown in Table visual by design. Please go to Power Query and Add a Index column firstly to make each row different:

     

    Then if you do not want slicer or filter, please try Drill-through and Page-level Tooltip:

     

    Best Regards,
    Eyelyn Qin
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

3 Replies

    • Anonymous's avatar
      Anonymous
      Not applicable

      Unfortunately that is exactly the opposite of what I was asking for. My prompt especially just before the last table example, explicitly stated without the use of an external slicer, filter, table, etc. What I want is the experience to happen on one table. If the table had two rows of A, by clicking one I would like it to bold/isolate all 2 rows of A. Thank you.

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi Anonymous ,

     

    Since duplicate rows could not be all shown in Table visual by design. Please go to Power Query and Add a Index column firstly to make each row different:

     

    Then if you do not want slicer or filter, please try Drill-through and Page-level Tooltip:

     

    Best Regards,
    Eyelyn Qin
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.