Forum Discussion
konradmd
10 years agoRegular Visitor
Change connection/server
Hi,
I created a small demo of charts etc. using an SQL Server connection and the desktop version of Power BI.
Now I want to re-use the "pbix" file on another connection (another server, same DB name, same tables,views etc.).
How can I achieve this? The "pbix" files seems to be not editable so that I cannot replace the connection string this way.
Or is this not possible at all?
Thanks
Konrad
9 Replies
- Greg_DecklerCommunity Champion
Home tab, "Edit Queries", pick your query, click on the gear next to the Source step and edit the source.
- konradmdRegular Visitor
Thank you both for your help. This worked as a first step for me.
But can I change the datasource/credentials in a pbix-file without any user interaction, e.g., via command line or a startup parameter of the desktop version of PowerBI?