Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi,
I have a Staff Number ( 'Position Details'[Stafflink ID]) in one column in one table and I want to create a new column that checks if it exists in the Staff ID of another table ('Resource Plan'[Stafflink ID]). It should return YES if so, or NO otherwise. I want to use DAX rather than Power Query. What is the best way to do so?
Solved! Go to Solution.
Have you tried something like:
New Column = IF('Position Details'[Stafflink ID] IN VALUES('Resource Plan'[Stafflink ID]), "Yes", "No")
Have you tried something like:
New Column = IF('Position Details'[Stafflink ID] IN VALUES('Resource Plan'[Stafflink ID]), "Yes", "No")
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.