Kevin R. answered 02/25/24
Tableau, Power BI, and SQL Consultant
Hello!
The first step is to create your parameter. Select string as the data type and use a list as the allowable values. Use the drop-down for selecting field values to the right of the list and select the dimension containing your categories and save it as Categories Parameter.
Next is creating a new calculated field containing the following formula (Assuming your dimension is named Categories):
[Categories] = [Categories Parameter]
Save your calculated field as Categories Filter and drag it to the filters pane. Select True as the value to keep.
From there you could click the drop-down menu on thr filter and specify any/all worksheets you'd like to apply it to!