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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
kolodjed
New Member

Connection string - change server adres

Hello everyone,

I'm starting my adventure with Power BI. I have the following problem. When preparing a report in Power BI Desktop, the Oracle server address is 127.0.0.1, and when publishing on
Power BI Report Server the address to this server is already different, 192.168.10.10, and unfortunately I cannot access it from Power BI Desktop because this is how Power BI Report Server is configured. When I tried to change Power BI Desktop, it checks the connection every time and the file cannot be saved. I will be grateful for your help.

 

 

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Thank you lbendlin 

Hi, @kolodjed 

Your database should not use 127.0.0.1, this address is a loopback address, which will point to the local IP address, which is what you mentioned: 192.168.10.10.

What is the IP address 127.0.0.1 and why is it called localhost? - Ask Leo!

vjianpengmsft_0-1728449482438.png

 


When you upload the report to the Report Server, the Report Server will automatically look for 127.0.0.1, however, 127.0.0.1 refers to the local IP address in the computer network, so the Report Server will recognize it as 192.168.10.10.
The best way is to configure your Oracle database using IP: port number, and then use it in Power BI to connect to your database.

After this configuration, the report server will look for the database corresponding to your ip:port number and then access it.

 

 

Best Regards

Jianpeng Li

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

4 REPLIES 4
Anonymous
Not applicable

Thank you lbendlin 

Hi, @kolodjed 

Your database should not use 127.0.0.1, this address is a loopback address, which will point to the local IP address, which is what you mentioned: 192.168.10.10.

What is the IP address 127.0.0.1 and why is it called localhost? - Ask Leo!

vjianpengmsft_0-1728449482438.png

 


When you upload the report to the Report Server, the Report Server will automatically look for 127.0.0.1, however, 127.0.0.1 refers to the local IP address in the computer network, so the Report Server will recognize it as 192.168.10.10.
The best way is to configure your Oracle database using IP: port number, and then use it in Power BI to connect to your database.

After this configuration, the report server will look for the database corresponding to your ip:port number and then access it.

 

 

Best Regards

Jianpeng Li

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

lbendlin
Super User
Super User

Use the server name (FQDN) instead of the email address. 

 

(Please don't run an Oracle server on your desktop)

The main problem is that the Power BI report server is in-house and cannot be used with FQDN

 

Why not? It must have some sort of name that it can be addressed by on the internal network.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.