0
0
Power BIbi_tool~5 mins

SQL Server connection in Power BI - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is the first step to connect Power BI to a SQL Server database?
Open Power BI Desktop, then click on 'Get Data' and select 'SQL Server' as the data source.
Click to reveal answer
beginner
What information do you need to provide to connect to a SQL Server in Power BI?
You need the server name (or IP address), the database name (optional), and your authentication method (Windows or SQL Server authentication).
Click to reveal answer
beginner
What authentication methods can you use to connect Power BI to SQL Server?
You can use Windows Authentication (uses your Windows login) or SQL Server Authentication (requires username and password).
Click to reveal answer
intermediate
Why is it important to choose the right data connectivity mode in Power BI when connecting to SQL Server?
Because Import mode loads data into Power BI for fast analysis, while DirectQuery queries the database live, affecting performance and freshness.
Click to reveal answer
intermediate
How can you ensure your SQL Server connection in Power BI is secure?
Use encrypted connections, strong passwords, and limit user permissions on the SQL Server database.
Click to reveal answer
Which option do you select first in Power BI Desktop to connect to SQL Server?
ANew Measure
BTransform Data
CPublish
DGet Data
What is NOT required when connecting to SQL Server in Power BI?
AAuthentication method
BDatabase name
CPower BI license key
DServer name
Which authentication method uses your Windows login credentials?
ASQL Server Authentication
BWindows Authentication
COAuth Authentication
DAnonymous Authentication
What does DirectQuery mode do in Power BI when connected to SQL Server?
AQueries data live from SQL Server
BImports data into Power BI
CExports data to Excel
DCreates a backup of the database
Which practice helps secure your SQL Server connection in Power BI?
AUsing encrypted connections
BSharing credentials publicly
CUsing weak passwords
DAllowing all users full access
Explain the steps to connect Power BI Desktop to a SQL Server database.
Think about what you do from opening Power BI to loading data.
You got /7 concepts.
    Describe the difference between Import mode and DirectQuery mode when connecting to SQL Server in Power BI.
    Consider how data is accessed and updated in each mode.
    You got /5 concepts.