Forum Discussion

louisdeg's avatar
louisdeg
New Member
4 years ago
Solved

Measure with filter and row context

Hi all,   I have a Powerbi issue where I need some help. Consider the following data tables:   Data Table 1: Employee list Name ID Manager ID Job title John 1   CEO ...
  • amitchandak's avatar
    4 years ago

    louisdeg , try a measure like

     

    MANAGER SCORE = calculate([SURVEY SCORE],FILTER(allselected('Employee List'), 'Employee List'[Manager ID]= max('Employee List'[ID])))