Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
cammar
Frequent Visitor

VLOOKUP Type DAX?

Hi Folks,

 

I need (I am assuming this has to be done via DAX) a formula that does the following:

 

I have two tables that are related through the following ID's Table1-WORKFLOW_ID and Table2- WF_AXN_ID

I need to return a table of values that include all records in table 1 EXCLUDING those with workflow ID's also included in table 2

 

Thanks in advance!

1 ACCEPTED SOLUTION
ChiragGarg2512
Solution Sage
Solution Sage

The expression except can help in this problem.

 

This expression can help

ExcludedWorkflowIDs = EXCEPT( Table1, Table2 )

 

Except will take every record in Table1 EXCEPT  those in Table2.

View solution in original post

1 REPLY 1
ChiragGarg2512
Solution Sage
Solution Sage

The expression except can help in this problem.

 

This expression can help

ExcludedWorkflowIDs = EXCEPT( Table1, Table2 )

 

Except will take every record in Table1 EXCEPT  those in Table2.

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.