Forum Discussion
sv11
7 years agoHelper I
Calculated column/Dax
Hi,
I have 2 columns (ID1 and ID2). I am required to create another column which displays "Yes" - if ID2 value is present in ID1 column and "No" - if not present, for every record.
Any help would be appreciated!
Thanks
3 Replies
- DouweMeerImpactful Individual
Create a custom table with distinct on ID2. Then you can continue using calculate + filter.
- ChrisMendozaResident Rockstar
- DouweMeerImpactful Individual
ChrisMendoza , he mentioned column ID1, not value ID1.