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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
satadhi4alumnux
New Member

Does powerBi's OData feed connector supports deltaLink ?

Context

 

I have exposed an Odata endpoint and whose response is as follows:- 

endpoint: `http://example/be01c2e7`

response: 

{
    "@odata.context""http:/example/$metadata#w80_0m2",
    "@odata.deltaLink""http:/example/$metadata#w80_0m2?$deltatoken=1234",
    "value": [
        {
            "_id""62013",
            "event_id""be01c2e7",
            "attributeName""humidity",
            "attributeValue"0.24,
            "attributeFilter""None",
            "timestamp""2021-12-09T11:06:28.261Z"
        }
.        .....
    ]
}
Question
how to trigger data fetch using $deltaLink ? the refesh button fetches all the data instead of calling deltaLink.
2 REPLIES 2
v-yiruan-msft
Community Support
Community Support

Hi @satadhi4alumnux ,

Please review the following links and check if they are what you want...

ODataFeature.DeltaLink Property

Use delta query to track changes in Microsoft Graph data

Best Regards

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

Hello, 
The shared link does not really help. 
I want to know how deltaLink is consumed inside PowerBi application. 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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