Forum Discussion

vivien57's avatar
vivien57
Icon for Super User rankSuper User
2 years ago
Solved

Writing data from Fabric to SharePoint Online

Hello everyone,

With DataPipeline, do you have a procedure for uploading a file (csv or excel) to SharePoint Online with data present in Fabric (Warehouse or LakeHouse)?

Thank you in advance for your help,

Have a nice day,

Vivien

10 Replies

  • Based on my understanding, unfortunately data pipelines doesnt support Sharepoint online as a sink.

    So it is not directly possible but you would have to integrate it with either other tools like logic apps or leverage notebook for the same

  • awbanksh's avatar
    awbanksh
    Icon for Microsoft Employee rankMicrosoft Employee

    Use Dataflow Gen 2, it can use your Lakehouse as a source and SharePoint folder as a destination.

    • vivien57's avatar
      vivien57
      Icon for Super User rankSuper User

       

      There is no SharePoint Folder yet in the destination of a DataFlow Gen2

       

      • awbanksh's avatar
        awbanksh
        Icon for Microsoft Employee rankMicrosoft Employee

        The other option is to use a Dataverse table as a "bridge" and send your CSV data to Dataverse, then connect Power Automate to Dataverse to then convert it back to a CSV and upload to SharePoint.


        Not the most ideal solution but it does work and I would argue it's more reliable than dataflow gen2 as it's not as performant in comparison. 

    • NandanHegde's avatar
      NandanHegde
      Icon for Super User rankSuper User

      This is still in private preveiw, so there is still yime to go via this route

  • DiKi-I's avatar
    DiKi-I
    Icon for Post Partisan rankPost Partisan

    It is now available in dataflowgen2. You can use sharepoint as data destination.