Thanks for your question, I’ll try to help based on the scenario you’ve given.
I’m using a sales dataset, so the first thing I did was create a calculated field cfSafetyEvents that evaluates a row to be either true or false.
I then added a string parameter pChoice with a Static default value of “All Events” and a List control cChoice with 2 specific values defined:
All Events
Only Safety
I then created a calculated field as follows: cfSaftetyEventsEvaluation - ifelse(cfSafetyEvents="true" AND ${pChoice}="Only Safety","Only Safety","All Events")
Finally, I created a filter that uses the pChoice parameter for my visual as follows: