An Azure platform as a service offer that is used to deploy web and cloud applications.
Hello @Kim Hughes
This is expected behavior for Azure Analysis Services.
Granting users access to the on‑premises data gateway only allows connectivity to on‑premises data sources it does not grant access to the Azure Analysis Services model itself. Authorization is always enforced at the model (database role) level in Azure Analysis Services.
Even if the gateway connection is configured using a service account that is a Server Administrator on Azure Analysis Services, end users must still be explicitly added to a role (Read / Read & Process / Admin) on the SSAS model.
When users connect (for example, via Excel or Power BI), their Microsoft Entra ID identity (EffectiveUserName) is evaluated against the model’s roles. If the user is not a member of a model role, access is denied.
Recommended action is to add the required users (or Entra ID groups) to an appropriate database role on the Azure Analysis Services model using SSMS, TMSL, or PowerShell.
Microsoft References :
- Manage database roles and users: https://learn.microsoft.com/en-us/analysis-services/azure-analysis-services/analysis-services-database-users?view=sql-analysis-services-2025
- Authentication and user permissions: https://learn.microsoft.com/en-us/analysis-services/azure-analysis-services/analysis-services-manage-users?view=sql-analysis-services-2025
- On‑premises data gateway behavior for Azure Analysis Services : https://learn.microsoft.com/en-us/analysis-services/azure-analysis-services/analysis-services-gateway?view=sql-analysis-services-2025
Just checking if provided response was helpful! please let me know if you have any queries.