Forum Discussion
Anonymous
3 years agoNot applicable
Filter one variable but not another
Hi there, I would like to filter a table by a specific variable (Project Name) to return a list of people working on that project. However, I would like to still see which other projects the peop...
- 3 years ago
set the measure as a filter for that visual
lbendlin
Super User
3 years ago
Projects is a disconnected table defined as
Projects = VALUES('Table'[Activity])
Anonymous
3 years agoNot applicable
Hi there,
Thank you this helps in that it flags the people working on the projects. Is there then a way I can take this measure a step further so that it filters to just the people with the flag?
Thanks
- lbendlin3 years ago
Super User
set the measure as a filter for that visual