Forum Discussion
wilson_smyth
7 years agoPost Patron
Filtering a slicer
I have a simple model (contrived example is attached). I have a dataset of projects and their status, status 1 to status 5 As a project moves along, its status is changed, e.g. "upgraded to stat...
Greg_Deckler
7 years agoCommunity Champion
You can use report or page level filters to filter your slicer. Also, you could create a new table using DAX that does a FILTER to only the projects you want. Relate that table to your Projects table and use it as your slicer instead.