This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
Hi,
I Power Bi Stat and I use a Source Connection with some table.
Now I need use my stat with other Sql Server (but table structure are the same).
Ho I can connect my stat to new Sql Server?
I try to change Connection, but table point to old server.
Thanks
Solved! Go to Solution.
Hi Amerilin,
Once you build a connection (aka "Query"), you can go to the queries editor by hitting the "Edit Queries" button in the ribbon, then you'll see that query with a list of operations that you did.
You can switch the query's source by editing its source step
Similarily, you can change the database by double clicking on the Navigation step.
Regards,
PQ
Hi Amerilin,
Once you build a connection (aka "Query"), you can go to the queries editor by hitting the "Edit Queries" button in the ribbon, then you'll see that query with a list of operations that you did.
You can switch the query's source by editing its source step
Similarily, you can change the database by double clicking on the Navigation step.
Regards,
PQ
Please go to the Power BI desktop application, open the query part and click on "Advanced Editor" within a query.
You should be able to see something like this:
let
Source = Sql.Databases("YOURSERVERNAME.database.windows.net"),
YOURSERVERNAME= Source{[Name="YOURDATABASENAME"]}[Data],
Schema_TableName = YOURDATABASENAME{[Schema="scheme",Item="TableName"]}[Data]
in
Schema_TableName
Could you please share this? Try to replace the strings with the new servername.
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 27 | |
| 25 | |
| 22 | |
| 20 | |
| 14 |
| User | Count |
|---|---|
| 50 | |
| 45 | |
| 20 | |
| 18 | |
| 18 |