Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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).
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.