Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
jcamilo1985
Helper III
Helper 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 idea is to pass this connection to power bi, to a data flow, or to a datamart.

However, when it is done from power bi, it cannot connect, considering that power bi is a more up-to-date tool than excel, I do not understand why I cannot establish the connection.

Any guidance will be appreciated

I annex screenshots of the connection path

 

excel1.pngexcel2.pngexcel3.pngexcel4.pngpb1.pngpb2.pngpb3.pngpb4.png

4 REPLIES 4
Syndicate_Admin
Administrator
Administrator

Hola buen día, Lograron conectarse a SISPRO desde power bi???

v-jingzhang
Community Support
Community 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.

Good morning.
first thank you very much for the answer @v-jingzhang.
Yes, it is the same equipment, for excel the connection is successful, but instead in power bi it fails. I did the test without including the port in the power bi dialog and the result is the same, I can't connect.
when I run the power shell it tells me:

ComputarName: cubos.sispro.gov.co
Remote Address: 181.79.3.29
Remote Port: 2383
InterfaceAlias: Ethernet
SourceAddress: 'my ip'
TcpTestSucceeded: True

Hi @jcamilo1985 

 

Sorry for the late reply. Maybe you have solved this problem. I just noticed that you were using the Basic authentication type to connect to the SSAS server. This could be a cause of the connection failure. Please use Windows authentication type. This is because SSAS server access is verified by Active Directory so you need to use a windows account to connect to it.  

vjingzhang_0-1689231587666.png

 

Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Kudoed Authors