Forum Discussion

harsh_chandra's avatar
harsh_chandra
New Member
3 months ago
Solved

Guidance Needed on Microsoft Fabric API Integration with Salesforce for total value Data Sync.

Hi Team,   We are working on an integration between Microsoft Fabric and Salesforce.   Requirement: We need to pull some totals value from Microsoft Fabric/Data Lake into Salesforce.    We wou...
  • Anonymous's avatar
    Anonymous
    3 months ago

    Hi harsh_chandra  ,
    Thank you  for reaching out to the Microsoft fabric community forum.

    Fabric does have a Lakehouse REST API, but it’s mainly for management tasks like creating a Lakehouse, listing tables, or uploading files. It doesn’t support running SQL queries directly.

    For querying data, the recommended option is the SQL analytics endpoint that comes with every Lakehouse/Warehouse. You can connect using ADO.NET, JDBC, or ODBC with Microsoft Entra ID authentication.

    If your integration (like Salesforce) needs REST/JSON, a common approach is to build a small wrapper service (for example, an Azure Function or API Management layer) that queries Fabric via the SQL endpoint and exposes the results as REST.


    Kindly refer to the below documentation links for better understanding:

    Manage a lakehouse with the REST API - Microsoft Fabric | Microsoft Learn

    Warehouse Connectivity - Microsoft Fabric | Microsoft Learn

    Hope this helps if you have any queries we are  happy to assist you further.
    Regards,
    Community Support Teams.