Forum Discussion

bdelaney's avatar
bdelaney
Frequent Visitor
10 years ago
Solved

Connector

Does the domain of the on-premise SSAS SQL Server have to match exactly the public domain and email address of the account used in PowerBI?
 
 
 
Our on-premise AD is named <companyName>.local and of course that made up TLD is not real.
 
Our users emails are all username@<companyName>.com
 
 
 
My sysadmin is very much against renaming the domain!?
  • I recently setup the SSAS Connector for a non-O365 client. Everything that Anonymous provided as reference is relevant. Even without O365, you will still have an Azure AD domain (<something>.onmicrosoft.com). In order to login to Power BI with your @companyname.com account, will need to go through the Azure AD steps at portal.office.com or in Azure Management to verify your company's domain. This has to be done regardless of whether you want to manage users independently as "cloud" users or whether you either want password sync or single sign-on by syncing with Azure AD Connect.

     

    Once the domain has been added and verified, you can setup the SSAS Connector. The only change that you would need to make in local AD would be to change each user's domain from <companyname>.local to @companyname.com. This does not change their sign-on in the format domain\user, so they are still able to access everything in the domain as before. It does allow the local and Power BI login domains to match so that you do not receive the Effective User Name mismatch error.

     

     

5 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    bdelaney well first, you need to get things synced up to use Azure AD. Then i would direct you to the in depth article here where it talks about setting things up in different domains with trust between them. Personally, the answer provided at the bottom of that support page doesn't give me the warm fuzzies about implementing outside one domain:

    Question: What if I install the Power BI Analysis Services Connector on a computer in a different domain from my Analysis Services server?

    Answer: No guarantees here. It all depends on the trust relationship between the two domains. If the two different domains are in a trusted domain model, then the Connector might be able to connect to the Analysis Services server and the effective user name can be resolved. If not, either the connection or effective username resolution can fail.

     

    • bdelaney's avatar
      bdelaney
      Frequent Visitor

      Hmm, I guess I should have worded that differently. You did not answer my question. This is only about the scenario of using the SSAS connector to an OnPrem server. I'm not even talking about Azure SQL DBs.

       

      And the organization is not an Office 365 customer, but our domain is real and we all have domain email accounts.

       

      I know about syncing Office 365 accounts and Azure (WAAD), but that is not part of my scenario here.