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

Join us at the 2025 Microsoft Fabric Community Conference. March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for $400 discount. Register now

Reply
AbiNyk
Frequent Visitor

Export file to SharePoint

Hi,

 

How can i save/export files to Sharepoint folders from Fabric? 

 

As far as i can see the folder connector in the dataflow is meant for reading data and not sinking data. 

 

BR

2 ACCEPTED SOLUTIONS
lbendlin
Super User
Super User
NandanHegde
Super User
Super User

Based on my understanding, unfortunately as of today there is no native support to export data into sharpoint either in dataflow gen 2 nor in data pipelines.

You would have to use notebook/custom logic to do the needful




----------------------------------------------------------------------------------------------
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

View solution in original post

5 REPLIES 5
NandanHegde
Super User
Super User

Based on my understanding, unfortunately as of today there is no native support to export data into sharpoint either in dataflow gen 2 nor in data pipelines.

You would have to use notebook/custom logic to do the needful




----------------------------------------------------------------------------------------------
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
lbendlin
Super User
Super User

I was just looking at this app for a different reason yesterday, @lbendlin , but as it happens, we have a similar SharePoint use case in mind that we've been addressing with a PowerShell script. 

 

Just to put some flesh around this: I have a list in a SharePoint site that I'd like to point to data in our Fabric instance. If *you* were to do this, how would you do it? I guess I'm mainly wondering about what the "file" would need to look like on the Fabric side for SharePoint to be able to read it into a list, and then how that stays refreshed.... Thanks for any thoughts you can spare on the matter!

I would use the Graph API with bulk insert.  Probably using a Python library for sharepoint.

FWIW, here's what Copilot recommends:

 

Got it! To transfer data from Microsoft Fabric to a SharePoint list, you can follow these steps:

  1. Set Up Your Connection in Dataflow Gen2:

    • Go to Data Factory in Microsoft Fabric.
    • Use Power Query connectors to connect Dataflow Gen2 to your SharePoint list.
  2. Determine the SharePoint Site URL:

    • Identify the URL of the SharePoint site where your list is located.
  3. Connect Using Power Query:

    • Use Power Query Online to connect to your SharePoint list. This will allow you to push data from Microsoft Fabric into the list.
  4. Authentication:

    • Choose the appropriate authentication method (e.g., Organizational account, Service Principal) and configure it accordingly.
  5. Configure the Connection:

    • In Data Factory, go to Settings > Manage connections and gateways.
    • Add a new data source, select SharePoint as the connection type, and provide the necessary details such as connection name and URL.
  6. Copy Activity:

    • Configure a copy activity in your data pipeline to transfer data from Microsoft Fabric to the SharePoint list.

These steps should help you set up the connection and transfer data smoothly. If you need more detailed guidance, you can refer to the official Microsoft documentation

.

 

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

FebFBC_Carousel

Fabric Monthly Update - February 2025

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

Feb2025 NL Carousel

Fabric Community Update - February 2025

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

Top Solution Authors