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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

Reply
diablo908
Frequent Visitor

Fabric Notebook - Get Data from Network Drive

Is it possible to essentially mount a network drive for use in a Fabric notebook? I've got a python script that I'm running on Windows that uses Windows network shares to grab data for manipulation. This is trivial. I'm trying to move the script to a Fabric notebook, but I'm not sure how to access the files I need from the network drive from within the notebook. Is this possible?

2 ACCEPTED SOLUTIONS
rajendraongole1
Super User
Super User

Hi @diablo908  - Fabric notebooks are designed to operate in a cloud-based environment, which does not have direct access to your on-premises network drives or shared folders.you can copy your data from the network drive to an Azure File Share or Azure Blob Storage.
Use Fabric notebook to connect to the Azure storage account and access the data using libraries like azure-storage-blob or azure-storage-file-share.

If you can upload the files to the Fabric Lakehouse or OneLake storage, you can then access them directly within the Fabric notebook.

FYR: 

Load data from Azure Blob Storage into Python

Develop for Azure Files with Python - Azure Storage | Microsoft Learn

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





View solution in original post

SaiTejaTalasila
Super User
Super User

Hi @diablo908 ,

 

You can bring data from your network drive to lake house using dataflow gen2 and you can load the data to the data frame from lake house.

Or you can pull data to a semantic model and publish it to premium capacity workspace and you can use semantic link to pull the data.

 

I hope it will be helpful.

 

Thanks,

Sai Teja 

View solution in original post

5 REPLIES 5
v-hashadapu
Community Support
Community Support

Hi @diablo908 , Hope your issue is solved. If it is, please consider marking the answer 'Accept as solution', so others with similar issues may find it easily. If it isn't, please share the details.
Thank you.

v-hashadapu
Community Support
Community Support

Hi @diablo908 , Hope your issue is solved. If it is, please consider marking it 'Accept as solution', so others with similar issues may find it easily. If it isn't, please share the details. Thank you.

SaiTejaTalasila
Super User
Super User

Hi @diablo908 ,

 

You can bring data from your network drive to lake house using dataflow gen2 and you can load the data to the data frame from lake house.

Or you can pull data to a semantic model and publish it to premium capacity workspace and you can use semantic link to pull the data.

 

I hope it will be helpful.

 

Thanks,

Sai Teja 

v-hashadapu
Community Support
Community Support

Hi @diablo908 , Thank you for reaching out to the Microsoft Fabric Community Forum.


The answer provided by @rajendraongole1 is correct. 

Please consider marking it 'Accept as Solution' so others with similar queries may find it more easily. If you have any more queries regarding this issue, please share the details.
Thank you.

rajendraongole1
Super User
Super User

Hi @diablo908  - Fabric notebooks are designed to operate in a cloud-based environment, which does not have direct access to your on-premises network drives or shared folders.you can copy your data from the network drive to an Azure File Share or Azure Blob Storage.
Use Fabric notebook to connect to the Azure storage account and access the data using libraries like azure-storage-blob or azure-storage-file-share.

If you can upload the files to the Fabric Lakehouse or OneLake storage, you can then access them directly within the Fabric notebook.

FYR: 

Load data from Azure Blob Storage into Python

Develop for Azure Files with Python - Azure Storage | Microsoft Learn

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors
Top Kudoed Authors