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

Did you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now

Reply
tsutton9
Regular Visitor

Changing Old SQL Data Source to New SQL Data Source

We are currently sourcing 20 different tables for a particular report from an old SQL server which has since been rebuilt as a new SQL server with new table+column names (simplifying and combining data and pulling raw data from SalesForce, GreatPlains, etc.). I need some advice to figure out the best method for replacing the old SQL data source with the new one when table names and column names no longer match. (Have to do this for about 20 reports total with multiple tables/data sources per report).

1 REPLY 1
lbendlin
Super User
Super User

Short term you can recreate the old table format as views on the new server. That way you would "only" have to change the server name. Still a big thing as soon as gateways are involved.

 

Long term you have to consider a rewrite. Painful but necessary.

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

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

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors