I would like to filter a Slice where column [Technician] = [Name 1] from another table which contains only one row.
Table = Technician Log , origin of Slice “Technician_Out 1”
[Technician] is Text format.
Table with value to use for the filter = Access
[Name 1] is Text format.
Solved! Go to Solution.
Either:
IN([Technician], Access[Name 1])
or:
([Technician] = ANY(Access[Name 1]))
See also:
Either:
IN([Technician], Access[Name 1])
or:
([Technician] = ANY(Access[Name 1]))
See also:
Thank you Steve. It works well.
User | Count |
---|---|
14 | |
11 | |
9 | |
7 | |
4 |