Forum Discussion
JojoH
4 years agoNew Member
Ad a flag
Bonjour, J'ai besoin d'aide s'il vous plaît pour une fonction DAX J'ai une table "employee" avec un identifiant ID J'ai une autre table "registeredemployees" Je voudrais ajouter un champ dans ma...
- 4 years ago
Hi, JojoH
Sample:Measure:
Flag = IF(MAX('Employee'[ID]) in VALUES(Registeredemployees[ID]),"T","F")Result:
Please refer to the attachment below for details.
Hope this helps.
Best Regards,
Community Support Team _ Zeon ZhengIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.