Forum Discussion
Anonymous
5 years agoNot applicable
is Manager? give 1 else 0
Hi Team, I have a question looks pretty simple, but not able to have a crack at it. I have two columns Emp ID and Manager ID. I need a measure to get 1 when the emp ID is also listed in ...
Anonymous
5 years agoNot applicable
I cant have a new column as there is a restriction from my company so i need a measure. Would it be possible?
amitchandak
Super User
5 years agoAnonymous , Not tested yet, something like this
if(countx(filter(allselected(Table), [EmpID] =max([Mgr ID])),[Mgr ID])+0 >1,1,0)