Forum Discussion
HenSza
2 years agoFrequent Visitor
Measure's value as a filter value
Hi All, I have an apparently very simple task but I can't solve that. I have a measure (Selected supervisor) which contains the actul value of a Swith () function (within multiple ISFILTERED...
- 2 years ago
I was able to solve the problem.
I created an additional measrue:Matching Supevisor = IF(VALUES(USERS[Supervisor ID]) = [SELECTEDSupervisorID], 1,0)
Than I filtered Matching Supevisor to 1 and got the desired result.
Thank you for your help at all!
ray_aramburo
2 years agoSuper User
You can only place a measure in the filter pane cards without referring to an explicit value in Top N type filters, otherwise is not possible.
HenSza
2 years agoFrequent Visitor
I was able to solve the problem.
I created an additional measrue:
Matching Supevisor = IF(VALUES(USERS[Supervisor ID]) = [SELECTEDSupervisorID], 1,0)
Than I filtered Matching Supevisor to 1 and got the desired result.
Thank you for your help at all!
- ray_aramburo2 years agoSuper User
Great approach!