Forum Discussion

HenSza's avatar
HenSza
Frequent Visitor
2 years ago
Solved

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...
  • HenSza's avatar
    HenSza
    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!