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...
AlexisOlson
Super User
4 years agoIt is not possible to create a calculated column that is dynamically responsive to a slicer since the calculated column is only computed when loading or refreshing the data model. Measures, on the other hand, are computed dynamically in response to slicers and filters, so this is what you'll need to use.
I can't tell enough from your post to be able to suggest an appropriate measure.