HI - We have Azure AS tabular model which points to On premise SQL server. As part of our cloud migration i was trying to change the Datasource to point to Synapse Analytics database. We have migrated all the on premise tables to Synapse pool with the same names. No changes to remaining structure of the cube. Our expectation is to make the existing on premise AS Model to deploy to cloud and change the Data source to refer Synapse pool and everything should work. I have created the new Data source which points to Synapse pool and changed the data source reference to existing tables. I have modified the data source reference by modifying the "Model.bim" code. However, When i am trying to validate the query its throwing an error "Object reference not set to an instance of object". Is it possible to change the Data source from On premise SQL server to Azure Synapse and deploy the model to cloud. Or i need do everything from scratch. Thanks