Forum Discussion
Aman83
6 years agoRegular Visitor
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...
- 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
- 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
JosefPrakljacic
6 years agoSolution Sage
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
Aman83
6 years agoRegular Visitor