Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hello,
I've created a PowerBI dashboard and it is based on several spreadsheets on a local drive. I need to move the spreadsheets to a sharepoint site so I can schedule updates.
How can I do that without destroying all the data tabels and custom column/measures work?
TIA
Solved! Go to Solution.
Hi @PowerBINoob24 ,
You can switch your data source from local Excel files to SharePoint without breaking your existing model, tables, or measures. Here’s how you can do it safely:
Move your Excel files to SharePoint or OneDrive and grab the direct file link (ending with .xlsx).
In Power BI Desktop, go to Transform Data > Data Source Settings.
Select your old local file source, then click Change Source.
Paste the new SharePoint or OneDrive link. If using SharePoint, it’s best to use the SharePoint Folder or Web connector.
In Power Query, check that the sheet or table names match up just like before. If you use SharePoint Folder, be sure to filter for your file by name.
Close & Apply – and you’re done. All relationships, calculated columns, and measures will stay as long as the file structure and column names haven’t changed.
If you ever get stuck or don’t see “Change Source”, you can edit the query in Advanced Editor and just swap the file path there. Make sure to back up your PBIX first, just in case.
Hi @PowerBINoob24 ,
You can switch your data source from local Excel files to SharePoint without breaking your existing model, tables, or measures. Here’s how you can do it safely:
Move your Excel files to SharePoint or OneDrive and grab the direct file link (ending with .xlsx).
In Power BI Desktop, go to Transform Data > Data Source Settings.
Select your old local file source, then click Change Source.
Paste the new SharePoint or OneDrive link. If using SharePoint, it’s best to use the SharePoint Folder or Web connector.
In Power Query, check that the sheet or table names match up just like before. If you use SharePoint Folder, be sure to filter for your file by name.
Close & Apply – and you’re done. All relationships, calculated columns, and measures will stay as long as the file structure and column names haven’t changed.
If you ever get stuck or don’t see “Change Source”, you can edit the query in Advanced Editor and just swap the file path there. Make sure to back up your PBIX first, just in case.
Thank you!