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

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

Reply
Vishal4u
New Member

ADF Binary Column

Is there a way we can lookup on Binary Hash/table to determine the data exist or changed records using ADF?

2 REPLIES 2
Anonymous
Not applicable

Hi @Vishal4u ,

I think you can refer to the following steps to check it out.

1. Choose which data stream you're checking for existence in the Right stream dropdown.

2. Specify whether you're looking for the data to exist or not exist in the Exist type setting.

vyilongmsft_0-1722391701272.png

Load data with computed hash values into a database table.

1. Extract new data and compute hashes.

2. Join new data with existing data based on key columns to compare hashes.

3. Identify new or changed records (where new hash != existing hash).

 

 

 

Best Regards

Yilong Zhou

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Sounds interesting, but my question was from a azure data factory?

Helpful resources

Announcements
September Fabric Update Carousel

Fabric Monthly Update - September 2025

Check out the September 2025 Fabric 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.

Top Kudoed Authors