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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
jarthda
Regular Visitor

How to switch data source in Desktop

I have my report .pbix definition currently connected to Azure SQL. I a have the same tables in a SQL instance. What is the best way to replace the connection but keep the report and tables? Is this possible?

Spoiler
 
1 ACCEPTED SOLUTION
mahimabedi
Responsive Resident
Responsive Resident

If you only want to change the connection string or point to a new SQL instance, then you can do it under data source settings as well.

mahimabedi_0-1603591221989.png

 

View solution in original post

2 REPLIES 2
mahimabedi
Responsive Resident
Responsive Resident

If you only want to change the connection string or point to a new SQL instance, then you can do it under data source settings as well.

mahimabedi_0-1603591221989.png

 

MattAllington
Community Champion
Community Champion

I'm not sure on the specifics of the connection steps in this case, but in general, you can change any data source as follows

 

1. Do not delete the current loaded table

2. Load the new table from the new source from scratch. Make sure the final table is identical to the original

3. In the new table query (2 above), go into Advanced Editor and copy all the code

4. Go into advanced editor for the original table (1 above) and paste the code from 2 in place of original code. 

take a backup copy first. 



* Matt is an 8 times Microsoft MVP (Power BI) and author of the Power BI Book Supercharge Power BI.
I will not give you bad advice, even if you unknowingly ask for it.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors