Bird
0
0

You want to connect Power BI to a SQL Server database but only have the server IP and a custom port number 14330. How should you specify the server in the connection dialog?

hard📝 Scenario Q8 of 15
Power BI - Getting Data
You want to connect Power BI to a SQL Server database but only have the server IP and a custom port number 14330. How should you specify the server in the connection dialog?
A192.168.1.10/14330
B192.168.1.10:14330
C192.168.1.10\14330
D192.168.1.10,14330
Step-by-Step Solution
Solution:
  1. Step 1: Understand SQL Server port specification

    SQL Server uses comma ',' to specify a custom port after the IP address.
  2. Step 2: Identify correct syntax for server and port

    The correct format is IP address followed by comma and port number.
  3. Final Answer:

    192.168.1.10,14330 -> Option D
  4. Quick Check:

    Custom port syntax = IP,Port [OK]
Quick Trick: Use comma to specify port after IP in SQL Server connection [OK]
Common Mistakes:
  • Using colon or slash instead of comma for port
  • Using backslash which is for instance names

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Power BI Quizzes