One of my favorite features in QlikView that we have made a standard in our department is a 2 line Multi Box that can filter on any field in the data model. You can limit the fields it displays or use $Field to represent every single field in the data model.
This is what it looks like in QlikView:
In Qlik Sense it looks like this:
This is fantastic because in QlikView a small 2 line Multi Box can represent filters for hundreds of fields.
Sense does filters differently but you can still do something similar.
Here is how you can get similar functionality in Sense:
Create a new filter pane
Dimension = $Field
I prefer the Vizlib Filter because there are more options
Set Interactivity to One Selected Value
Under Settings set the Dropdown Presentation to the style of your liking. I picked Dropdown to minimize its space.
Now create a straight table
Again I prefer the Vizlib Straight Table because there are more options and it can be set to hide if there is not 1 $Field selected.
Data
Field= $(='[' &Only([$Field]) &']')
Label= if(GetSelectedCount($Field)=1,'Values for ' & $Field,' ')