SSAS Model Refresh Fails with "On-Premise Gateway is required" Even After Disabling AlwaysUseGateway Hi everyone,I have created an SSAS Tabular model using data from Azure Databricks through an ODBC DSN. The model was deployed successfully without any issues.After deployment, I connected to the same model using SSMS. However, when I try to process (refresh) a partition of one of the tables, I receive the following error:Failed to save modifications to the server. Error returned:'On-Premise Gateway is required to access the data source. Please install a unified gateway for the server <server_name> or disable AlwaysUseGateway setting if it's enabled.Technical Details:RootActivityId: bf18614e-5328-43b3-8732-48560bb528adDate (UTC): 7/31/2026 9:10:59 AM'What I've already checked: Created the model using an ODBC DSN that connects to Azure Databricks. Successfully deployed the model. Verified that the AlwaysUseGateway setting is disabled (False). Restarted/redeployed after changing the setting, but the issue still persists. Has anyone encountered this issue before?I'm trying to u