Forum Discussion

juanvg1972's avatar
juanvg1972
New Member
9 years ago
Solved

Connecting PowerBI (local) to SSAS (Azure)

Hi, I want to try to connect to a SSAS cube from PowerBI Desktop . My SSAS cube is in a azure machine and Powerbi desktop is in my local Pc. I know the name of the server, the database and I have cre...
  • Anonymous's avatar
    Anonymous
    9 years ago

    Hi juanvg1972,

    Are your Power BI Desktop and  SSAS server in same domain? If not, you would get error message during connection process. Please  use runas /netonly command as follows to connect to SSAS from Power BI Desktop and check if it is successful.

    1. Open command prompt and run the following command, enter the password of domain user when prompted.
    runas /netonly /user: Domain\username "C:\Program Files\Microsoft Power BI Desktop\bin\PBIDesktop.exe"

    2. Create a saved windows credential for the SQL Server you want to connect to.

    There is a similar thread for your reference.
    https://community.powerbi.com/t5/Desktop/Can-t-connect-to-SQL-Server-2016-SSAS-Tabular-Model-on-local/td-p/99438

    Thanks,
    Lydia Zhang