Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
I have created one Power BI report , in which I used sharepoint connection as in web , suddenly user has added one new table in that excel file , how to fetch that table in Power BI to show the table data in report.
@PowerBI Data Ingestion - Connecting to data source (HTTP)
Solved! Go to Solution.
Thank you very much lbendlin for your prompt reply.
As lbendlin said. Here is some information I want to share with you:
To get the new table from the Excel file in SharePoint and display it in the Power BI report, you can try the following:
Launch Power BI Desktop where you created the report.
Go to the Home tab and click Transform Data to open the Power Query Editor.
In the Power Query Editor, find your SharePoint connection. Right-click it and select Refresh to update the list of available tables in the Excel file.
After refreshing, the new table should appear in the list of available tables. Select the new table and click Load to import it into Power BI.
Save the updated report.
Regards,
Nono Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thank you very much lbendlin for your prompt reply.
As lbendlin said. Here is some information I want to share with you:
To get the new table from the Excel file in SharePoint and display it in the Power BI report, you can try the following:
Launch Power BI Desktop where you created the report.
Go to the Home tab and click Transform Data to open the Power Query Editor.
In the Power Query Editor, find your SharePoint connection. Right-click it and select Refresh to update the list of available tables in the Excel file.
After refreshing, the new table should appear in the list of available tables. Select the new table and click Load to import it into Power BI.
Save the updated report.
Regards,
Nono Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Power Query does not support dynamic adding of sources. All queries (partitions) must be present in the Power BI desktop PBIX.
You might be able to do it programmatically with CI/CD, TMDL and the PBIP format.