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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
jos818
Helper I
Helper I

Best practice - Switching data source xlsx to SQL table

Hi, I have a pbix currently populated using 3 local excel files. Im looking to set automation and publish the dashboard to eliminate the need for manual processes, the benefit will be daily refresh on the dashboard effectivelessly.

There are currently 40 tabs in PBIX each with over 5 visuals so any time spent not having to repoint data source, measures etc would be greatly appreciated.

Is there a quick way in PBI to simply switch the data source over to the new? 

 

Many thanks in advance.

1 REPLY 1
HotChilli
Super User
Super User

Each of the 40 tabs has nothing to do with the data connection.  The data connection is per each query in Power Query and it will be one line in each query. 

The challenge will be to do with the structure of the data and any differences between Excel and SQL Server.

3 Excel files may contain individual tables (which are extracts from the SQL database? - it doesn't say this in your post so I'm guessing) and it may be as simple as replacing the connection line in each query to use

Sql.Database

with appropriate parameters, instead of 

Excel.Workbook

If that was the case, happy days but I suspect it won't be so straightforward.

Helpful resources

Announcements
June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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

Top Solution Authors