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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
alawode
Helper I
Helper I

Connecting Sharepoint based excel spreadhseet to power BI

Hi Experts,

I have a Excel spreasheet that will located in sharepoint (it currently on My desktop) , and i have built a Report using this Excel spreadhseet.

I was wondering what the most efficeint way to Publish this report is, since the Excel spreasheet will be moved to sharepoint and updated manually every week? Thanks in advance

1 ACCEPTED SOLUTION
edhans
Super User
Super User

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.



Did I answer your question? Mark my post as a solution!
Did my answers help arrive at a solution? Give it a kudos by clicking the Thumbs Up!

DAX is for Analysis. Power Query is for Data Modeling


Proud to be a Super User!

MCSA: BI Reporting

View solution in original post

1 REPLY 1
edhans
Super User
Super User

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.



Did I answer your question? Mark my post as a solution!
Did my answers help arrive at a solution? Give it a kudos by clicking the Thumbs Up!

DAX is for Analysis. Power Query is for Data Modeling


Proud to be a Super User!

MCSA: BI Reporting

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors
Top Kudoed Authors