Forum Discussion

nish2288's avatar
nish2288
Helper I
8 years ago
Solved

Display Row selected

Hi All,

I have two tables.

 

When i click on any row value in table 1,Second table is automatically get filtered based on selected value , which is default behaviour of Power BI. I wanted to display that clicked values from table 1.

 

Is this possibe?

 

  • nish2288's avatar
    nish2288
    8 years ago

    I have created measure and used SELECTEDVALUES function with column i wanted to display from the dataset, then use this measure in card visualization.

3 Replies

  • Hi nish2288

     

    You can add visualisations to know what value you have clicked on

     

    For example add a card box with the column wanted inside

     

    - Quentin

  • v-piga-msft's avatar
    v-piga-msft
    Resident Rockstar

    Hi nish2288,

     

    If your two tables have relationships, when you select the row in table1, the table 2 will be filtered.


     I wanted to display that clicked values from table 1.

     

    As quentin_vigne  said, you could create card chart or Multi -Row Card to show the value you selected in table1.

     

     

    If our answers have helped you, please always accept the replies making sense as solution to your question so that people who may have the same question can get the solution directly.

     

    If you need additional help, please feel free to ask.

     

    Best Regards,

    Cherry

    • nish2288's avatar
      nish2288
      Helper I

      I have created measure and used SELECTEDVALUES function with column i wanted to display from the dataset, then use this measure in card visualization.