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
larry-lau
New Member

How to capture @odata.deltaLink from Copy Activity that use Microsoft Graph delta API in Fabric?

Hi Fabric members,

 

I am able to configure the Copy Activity in Fabric to load data by calling Microsoft Graph delta API and page through all the data by setting the Pagination rule to AbsoluteUrl = $['@odata.nextLink']

 

According to the delta API documentation user: delta - Microsoft Graph v1.0 | Microsoft Learn, the last page request would return an attribute called @odata.deltaLink which should be used to request data the next time the Copy Activity execute. I couldn't figure out how to capture the @odata.deltaLink value in the Copy Activity or from the output of the Copy Activity.  


The Copy Activity returns the output as follow.  Any help would be appreciated. Thanks

{
	"dataRead": 48462,
	"dataWritten": 11468,
	"filesWritten": 1,
	"sourcePeakConnections": 1,
	"sinkPeakConnections": 1,
	"rowsRead": 2,
	"rowsCopied": 119,
	"copyDuration": 24,
	"throughput": 4.039,
	"errors": [],
	"usedDataIntegrationUnits": 4,
	"usedParallelCopies": 1,
	"executionDetails": [
		{
			"source": {
				"type": "RestService"
			},
			"sink": {
				"type": "Lakehouse"
			},
			"status": "Succeeded",
			"start": "4/7/2025, 4:28:44 PM",
			"duration": 24,
			"usedDataIntegrationUnits": 4,
			"usedParallelCopies": 1,
			"profile": {
				"queue": {
					"status": "Completed",
					"duration": 8
				},
				"transfer": {
					"status": "Completed",
					"duration": 14,
					"details": {
						"readingFromSource": {
							"type": "RestService",
							"workingDuration": 2,
							"timeToFirstByte": 2
						},
						"writingToSink": {
							"type": "Lakehouse",
							"workingDuration": 0
						}
					}
				}
			},
			"detailedDurations": {
				"queuingDuration": 8,
				"timeToFirstByte": 2,
				"transferDuration": 12
			}
		}
	],
	"dataConsistencyVerification": {
		"VerificationResult": "Unsupported"
	}
}

 

1 ACCEPTED SOLUTION
v-pbandela-msft
Community Support
Community Support

Hi @larry-lau,

Thank you for reaching out in Microsoft Community Forum.

Please follow below for Capturing @odata.deltaLink in Fabric Copy Activity;

1.Use a Web Activity after the Copy Activity to make a final call to the delta API, retrieve the last page, and extract the @odata.deltaLink. You can then store it in a Lakehouse table, pipeline variable, or external store (like Azure Key Vault) for reuse.

2.Explore using a Data Flow or Custom Logic App workflow, which gives more control over how responses are handled, parsed, and persisted.

3.If feasible, use an external orchestration (like Azure Logic Apps or Azure Functions) to wrap the delta load logic entirely and pass only cleaned data into Fabric.

Please continue using Microsoft community forum.

If you found this post helpful, please consider marking it as "Accept as Solution" and give it a 'Kudos'. if it was helpful. help other members find it more easily.

Regards,
Pavan.

View solution in original post

4 REPLIES 4
v-pbandela-msft
Community Support
Community Support

Hi @larry-lau,

I wanted to follow up since we haven't heard back from you regarding our last response. We hope your issue has been resolved.
If the community member's answer your query, please mark it as "Accept as Solution" and select "Yes" if it was helpful.
If you need any further assistance, feel free to reach out.

Please continue using Microsoft community forum.

Thank you,
Pavan.

v-pbandela-msft
Community Support
Community Support

Hi @larry-lau,

I hope this information is helpful. Please let me know if you have any further questions or if you'd like to discuss this further. If this answers your question, kindly "Accept  as  Solution" and give it a 'Kudos' so others can find it easily.

Thank you,
Pavan.

v-pbandela-msft
Community Support
Community Support

Hi @larry-lau,

I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If my response has addressed your query, please "Accept  as  Solution" and give a 'Kudos' so other members can easily find it.

Thank you,
Pavan.

v-pbandela-msft
Community Support
Community Support

Hi @larry-lau,

Thank you for reaching out in Microsoft Community Forum.

Please follow below for Capturing @odata.deltaLink in Fabric Copy Activity;

1.Use a Web Activity after the Copy Activity to make a final call to the delta API, retrieve the last page, and extract the @odata.deltaLink. You can then store it in a Lakehouse table, pipeline variable, or external store (like Azure Key Vault) for reuse.

2.Explore using a Data Flow or Custom Logic App workflow, which gives more control over how responses are handled, parsed, and persisted.

3.If feasible, use an external orchestration (like Azure Logic Apps or Azure Functions) to wrap the delta load logic entirely and pass only cleaned data into Fabric.

Please continue using Microsoft community forum.

If you found this post helpful, please consider marking it as "Accept as Solution" and give it a 'Kudos'. if it was helpful. help other members find it more easily.

Regards,
Pavan.

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.

June FBC25 Carousel

Fabric Monthly Update - June 2025

Check out the June 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.