Forum Discussion
How to change the Data source connection from 'SQL Server database' to 'Azure SQL Server database'
Hello Anonymous ,
I hope this will help you.
Step 1. Create new AzureDB.PBIX with Azure SQL DB Connection.
Step 2. Open SQLDB.PBIX with On-Prem SQL Server DB Connection, then go to Edit Query > Advance Editor and copy all Applied Steps "Except" Source (which is on-prem sql server).
Step 3. Go to AzureDB.PBIX, then go to Edit Query > Advance Editor paste all steps "Except" Source(which is New Azure SQL DB).
Step 4. Repeat Step 2 & Step 3 until all tables replaced with Applied steps.
Step 5. Then switch back to old PBIX, copy the all visuals from SQLDB.PBIX and Paste to AzureDB.PBIX as all the Tables & Column Names are identical.
Please try and let me know.
Cheers,
Nawal
+91-9866755720 | Power BI Consultant
- Anonymous7 years agoNot applicable
Nawal, I appreciate your continues help on this issue. As per you steps below, It's working partially that means I able to copy the visuals from one report to another report - which is really a good thing, but I have to create the 'Measures' once again on the Azure connection report.
Thanks!!