Forum Discussion
jcamilo1985
3 years agoHelper III
connect power bi analysis services
Good night I have a scenario that has me out of place. I have a connection that is made through excel to analysis services, from excel we have no problems establishing the connection. However, the ...
v-jingzhang
3 years agoCommunity Support
Hi jcamilo1985
Do you try to connect to the SSAS server with Power BI Desktop on the same computer as when connecting with Excel? From your screenshots, the only difference is that the second connection has provided the port number of the instance. How about removing the port number and connecting again? And ensure that the SSAS instance is running when you connect.
In addition, you can use PowerShell on your computer to test the connection to the server where the SSAS instance is running. Test-NetConnection (NetTCPIP) | Microsoft Learn
Test-NetConnection -ComputerName "cubos.sispro.gov.co" -Port 2383
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.