You are troubleshooting connectivity to a Power BI Premium dataset via the XMLA endpoint. A user reports that they cannot connect using SQL Server Management Studio (SSMS) but can view reports in the Power BI service. The user's email is user3@contoso.com. What is the most likely cause?
Exhibit
Refer to the exhibit.
Power BI XMLA endpoint configuration:
{
"allowedUsers": [
"user1@contoso.com",
"user2@contoso.com"
],
"allowAzureAnalysisServicesConnections": true,
"blockExternalConnections": false
}Trap 1: External connections are blocked by the configuration.
blockExternalConnections is false.
Trap 2: The user does not have permission to view reports.
They can view reports.
Trap 3: The XMLA endpoint is disabled.
The configuration shows it is enabled.
- A
External connections are blocked by the configuration.
Why wrong: blockExternalConnections is false.
- B
The user does not have permission to view reports.
Why wrong: They can view reports.
- C
The user is not in the allowedUsers list for the XMLA endpoint.
Only user1 and user2 are allowed.
- D
The XMLA endpoint is disabled.
Why wrong: The configuration shows it is enabled.