Forum Discussion

kmkwongaa's avatar
kmkwongaa
Icon for Helper I rankHelper I
6 years ago
Solved

How can I add multiple interactive filter on radar graph?

I have created a radar graph. It successfully shows one player ability.

 
 

However, what I want is that when I click the player list on the left, the radar will be updated.

The following is the data structure of the player list:

 

The radar take column as the input data so I have created the following data structure for the radar graph.

I basically deleted some unused column then transpose the dataframe to get the label and number for input to radar graphFigure3

 

 

How can I link up the relationship of these two graphs such that the associated radar graph can be shown on radar graph when i choose specifc player?

 

Thanks a lot

  • kmkwongaa ,

     

    To filter the associated rader visual using another rader visual, you need to build relationship between the original table and the transposed table. Please check if there's same column in the two tables, if there's no same basic columns(e.g.: name, ID), you can build a bridge table to link these two tables.

     

    Community Support Team _ Jimmy Tao

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

1 Reply

  • v-yuta-msft's avatar
    v-yuta-msft
    Icon for Community Support rankCommunity Support

    kmkwongaa ,

     

    To filter the associated rader visual using another rader visual, you need to build relationship between the original table and the transposed table. Please check if there's same column in the two tables, if there's no same basic columns(e.g.: name, ID), you can build a bridge table to link these two tables.

     

    Community Support Team _ Jimmy Tao

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