Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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?
Solved! Go to Solution.
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.
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.
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.
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
104 | |
100 | |
99 | |
38 | |
37 |
User | Count |
---|---|
158 | |
124 | |
76 | |
74 | |
63 |