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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Change All Connections

Hi All,

 

I have around 30 reports in QA, IS there a way I can automatically change connections from QA to Prod?

 

Thanks,
Aditya 

1 REPLY 1
v-frfei-msft
Community Support
Community Support

Hi @Anonymous,

 

Unfortunately, there is no automatic way to change connections from QA to Prod.


I think here we can only change the connection one by one. There are two options for you to change data source currently. Here I made a test based on SQL Server database.

 

Option1:File Menu –  Options and Settings – Data Source settings. Here we can change the server from QA to Pord. After that we need to edit the permission if necessary.

 

Capture.PNG

 

Option2: in the “Edit Queries” menu, we can change the code like this:

let
   Source = Sql.Databases("sqldatabaseprod"),
    databasename = Source{[Name="Test"]}[Data],
    dbo_Tablename = databasename{[Schema="dbo",Item=" Tablename "]}[Data]
in
dbo_ Tablename

 

In addition, You could submit this feature request at Idea page, your feedback is valuable to improve the level of our products. Thanks for your understanding.


Regards,
Frank

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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