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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
MasterSonic
Helper IV
Helper IV

SharePoint excel import

Hi Guys ,

I have working connection with SharePoint to get Excel file based on name and specified sheet name too.

 

I would like tho, to get excel from specific folder.

Irrespectively of name or sheet name it will be the one loaded into model.(file will have 1 sheet only).

 

Could you help me with that please?

 

 

 

 

 

 

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @MasterSonic ,

You can refer the following links to get it:

Connecting Sharepoint based excel spreadhseet to power BI


You can change the connection for this report this way, including putting the file on SharePoint.
  1. Put the file in SharePoint. You'll need the URL of the SharePoint site - not to the file, just the site.  So it would be something like https://TenantName.sharepoint.com/sites/SiteName
  2. Use that URL when you connect to SharePoint from in Power BI.
  3. In Power BI, you only need to repeat the steps to get to the "grid of data" - so you'll navigate to or find the file, open it, then open the correct tab.
  4. Now, take that M code and move it to the original code you have, replacing the first 2-3 steps.
  5. Delete the SharePoint connection you created in steps 2/3. You just needed that for the code.

The reason for doing this is the table that Power BI is using cannot be replaced with another table of the same name later. Power BI doesn't use table names internally, it uses numbers, so if "Sales" is table 10, if you remove Sales and replace with a new Sales, it might get an ID of 33, and no measures or visuals will work.

 

This article will help you do it step by step: See this article if you need help using this M code in your model.


How to simply connect Power BI to Excel file stored on SharePoint

Best Regards

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi @MasterSonic ,

You can refer the following links to get it:

Connecting Sharepoint based excel spreadhseet to power BI


You can change the connection for this report this way, including putting the file on SharePoint.
  1. Put the file in SharePoint. You'll need the URL of the SharePoint site - not to the file, just the site.  So it would be something like https://TenantName.sharepoint.com/sites/SiteName
  2. Use that URL when you connect to SharePoint from in Power BI.
  3. In Power BI, you only need to repeat the steps to get to the "grid of data" - so you'll navigate to or find the file, open it, then open the correct tab.
  4. Now, take that M code and move it to the original code you have, replacing the first 2-3 steps.
  5. Delete the SharePoint connection you created in steps 2/3. You just needed that for the code.

The reason for doing this is the table that Power BI is using cannot be replaced with another table of the same name later. Power BI doesn't use table names internally, it uses numbers, so if "Sales" is table 10, if you remove Sales and replace with a new Sales, it might get an ID of 33, and no measures or visuals will work.

 

This article will help you do it step by step: See this article if you need help using this M code in your model.


How to simply connect Power BI to Excel file stored on SharePoint

Best Regards

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.