Forum Discussion

SMMubashir01's avatar
SMMubashir01
Regular Visitor
1 year ago
Solved

Unable To Publish PowerBI Report Build With SSAS Live Connection

We are stuck with an issue when publishing a Power BI report built on Power BI Desktop using SSAS (SQL Server Analysis Services Live Connection). When we publish this report to the Power BI Service, ...
  • v-veshwara-msft's avatar
    v-veshwara-msft
    1 year ago

    Hi SMMubashir01 ,

    Thanks for clarifying that you’re using a local Windows account and not AD. In this setup, the issue is that UPN mapping does not work with local accounts. For SSAS live connections, Power BI sends the signed-in Power BI account as the EffectiveUserName. That value must resolve to a valid domain identity in Active Directory. Local accounts aren’t part of a domain, so the mapping you tried with Mubashir-PC\Mubashir won’t be recognized by SSAS, and the connection will continue to fail.

     

    In other words, SSAS live connections through the gateway require the SSAS server to be domain-joined and the accounts to be domain identities. Without AD, the translation from Power BI identity to SSAS user identity can’t happen, which is why you’re seeing the persistent “data source access error.”

     

    You can review Microsoft’s explanation of how authentication with Analysis Services live connections works here:
    https://powerbi.microsoft.com/en-us/blog/how-authentication-with-analysis-services-live-connections-works/

     

    There’s also a similar discussion on this in the community:
    https://community.fabric.microsoft.com/t5/Power-Query/SSAS-MD-Power-BI-Gateway-Effective-user-names/td-p/210235

     

    Hope this helps. Please reach out for further assistance.

    Thank you.