Forum Discussion

Aman83's avatar
Aman83
Regular Visitor
6 years ago
Solved

Flag Selected Row

Hi, I am trying to flag a row in a table where the selector value matches in the table row. I don't want to filter the table with the selector value, I just want to highlight/flag that the selector v...
  • JosefPrakljacic's avatar
    6 years ago

    Hello Aman,

     

    yes you are able to do that with the SelectedValue Function and conditional formatting.

    Here is an Example

     

    If it was helpful to you pleaaassse mark it as the solution and share some kudos

     

    Have a nice day Aman,

     

    BR,

    Josef

  • JosefPrakljacic's avatar
    JosefPrakljacic
    6 years ago

    Calculated Columns are "created/calculated/stored" at processing time.

    Measures are  calculated at runtime. 

     

    Therefore it won't work with Calculated Columns -> The column wouldn't get your slicing since it was created before you started to to do it

     

    BR,

    Josef