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

Join us at FabCon Vienna from September 15-18, 2025, for the ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM. Get registered

Reply
Sathish133
Advocate I
Advocate I

Microsoft Fabric - Data Factory - Data Pipeline - No Option to extract set of records from Lakehouse

Hi Team,

 

I am trying to extract the set of records using filter and load it into another Lakehouse/Warehouse using Copy Activity. Because we have the SQL Endpoint where we can write SQL, apply filter and check the data from Lakehouse, sameway I am trying to achieve from Copy Activity.

But Copy Activity not have Query or Filter option in the Source to apply filter and extract the set of records from Lakehouse.

 

Is this limitation of Microsoft Fabric or Am I missing anything ?

 

Regards,

Sathish Kumar Mathivanan

3 REPLIES 3
v-veshwara-msft
Community Support
Community Support

Hi @Sathish133 ,

Just checking in to see if you query is resolved and if any responses were helpful. If so, kindly consider marking the helpful reply as 'Accepted Solution' to help others with similar queries. 

Otherwise, feel free to reach out for further assistance.

Thank you.

v-veshwara-msft
Community Support
Community Support

Hi @Sathish133 ,

Thanks for reaching out to the Microsoft Fabric Community.

Currently, to query a Lakehouse within a Data Pipeline, you can consider the following options:

  1. As suggested by @NandanHegde , you can use the Azure SQL Database connector and point it to the SQL Analytics endpoint of your Lakehouse. This enables the query option in the GUI, allowing you to extract a filtered set of records and copy them into another Lakehouse or a Warehouse.

  2. Alternatively, you can use a Script activity to run a query against the Lakehouse. To enable query support in the Script activity, again use the Azure SQL Database connector targeting the Lakehouse SQL Analytics endpoint.
    Please follow this link for step by step guidance:Solved: Re: MISSING QUERY FEATURE from Lookup activity - Microsoft Fabric Community

Hope this helps. Please reach out for further assistance.
If this post helps, then please consider to give a kudos and Accept as the solution to help the other members find it more quickly.


Thank you.

NandanHegde
Super User
Super User

You can use the Azure SQL database connection with the SQL analytics end point post which you would get Query option where you can write your SQL query with filter aspect




----------------------------------------------------------------------------------------------
Nandan Hegde (MSFT Data MVP)
LinkedIn Profile : www.linkedin.com/in/nandan-hegde-4a195a66
GitHUB Profile : https://github.com/NandanHegde15
Twitter Profile : @nandan_hegde15
MSFT MVP Profile : https://mvp.microsoft.com/en-US/MVP/profile/8977819f-95fb-ed11-8f6d-000d3a560942
Topmate : https://topmate.io/nandan_hegde
Blog :https://datasharkx.wordpress.com

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

May FBC25 Carousel

Fabric Monthly Update - May 2025

Check out the May 2025 Fabric update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors