Forum Discussion
Filter only Impacts one column
- Anonymous3 years ago
Hi dw700d ,
As far as I know, if you use [Team Member] column which is related to other columns in your visual, these columns like [Job Title]/[Name] will be filtered.
Here I suggest you to create an unrelated Dim Team Member table for the slicer.
Dim Team Member = VALUES('Aggregate Officer'[Team Member])Measure:
Relationship = CALCULATE ( DISTINCTCOUNTNOBLANK ( 'Aggregate Officer'[Unique identifier] ), FILTER ( 'Aggregate Officer', 'Aggregate Officer'[Team Member] IN VALUES ( 'Dim Team Member'[Team Member] ) ) )And turn on "Show items with no data", result is as below.
Best Regards,
Rico ZhouIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
ā
- Hi, go to the name and click on the arrow down to pick show the items with no data
olgad that does not work because the rows with blanks in the example above have no connection with Team Member A
- Anonymous3 years agoNot applicable
Hi dw700d ,
As far as I know, if you use [Team Member] column which is related to other columns in your visual, these columns like [Job Title]/[Name] will be filtered.
Here I suggest you to create an unrelated Dim Team Member table for the slicer.
Dim Team Member = VALUES('Aggregate Officer'[Team Member])Measure:
Relationship = CALCULATE ( DISTINCTCOUNTNOBLANK ( 'Aggregate Officer'[Unique identifier] ), FILTER ( 'Aggregate Officer', 'Aggregate Officer'[Team Member] IN VALUES ( 'Dim Team Member'[Team Member] ) ) )And turn on "Show items with no data", result is as below.
Best Regards,
Rico ZhouIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.