Forum Discussion
Anonymous
4 years agoNot applicable
Calculated column based on slicer
Hi everyone, let's say I have a table Predictions with three columns: prediction (text), confidence (percentage) and is_correct (boolean). I have a numeric slicer that filters rows with low confide...
richbenmintz
Resident Rockstar
4 years agoHi Anonymous,
Can you use a measure to identify if the row is above the selected slicer value and then filter your table with that?
If you could share some data, and an expected result with visualization, would be easier to craft a solution