0
0
Power BIbi_tool~20 mins

Data gateway setup in Power BI - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Data Gateway Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
Understanding the Purpose of a Data Gateway

Why do we need a data gateway in Power BI when connecting to on-premises data sources?

ATo securely transfer data from on-premises sources to the Power BI service without exposing the data source directly to the internet.
BTo create visualizations directly on the local machine without using the Power BI service.
CTo replace the need for Power BI Desktop when building reports.
DTo store data permanently in the cloud instead of on-premises.
Attempts:
2 left
💡 Hint

Think about how data moves securely from your local environment to the cloud.

🎯 Scenario
intermediate
2:00remaining
Choosing the Right Gateway Mode

Your company has multiple users who need to refresh reports from the same on-premises SQL Server database. Which gateway mode should you choose to allow all users to share the same connection?

APersonal mode, because it is easier to set up for individual users.
BEnterprise mode, because it supports multiple users sharing the same gateway and connections.
CNo gateway is needed if users have Power BI Desktop installed.
DUse a VPN connection instead of a gateway.
Attempts:
2 left
💡 Hint

Consider which mode supports multiple users and centralized management.

🔧 Formula Fix
advanced
2:00remaining
Troubleshooting Gateway Connection Failures

You installed an enterprise data gateway and configured it to connect to an on-premises database. However, scheduled refreshes fail with an error saying the gateway cannot connect. Which of the following is the most likely cause?

AThe Power BI Desktop file is saved in the cloud instead of locally.
BThe report uses DirectQuery instead of Import mode.
CThe Power BI service is offline.
DThe gateway service is not running on the machine where it was installed.
Attempts:
2 left
💡 Hint

Check the status of the gateway software on the machine.

visualization
advanced
2:00remaining
Monitoring Gateway Performance

You want to create a dashboard in Power BI to monitor the health and performance of your data gateways. Which of the following data sources should you connect to for this purpose?

AThe Power BI Desktop report file (.pbix) itself.
BYour on-premises SQL Server database used for business data.
CPower BI Gateway Performance Monitoring dataset available in the Power BI service.
DA CSV file exported from Power BI Desktop.
Attempts:
2 left
💡 Hint

Think about where gateway health data is stored and accessible.

data_modeling
expert
3:00remaining
Configuring Gateway for Multiple Data Sources with Different Credentials

You have a data gateway configured with connections to two different on-premises data sources: a SQL Server database and a SharePoint folder. Each requires different credentials. How should you configure the gateway to handle this scenario?

ACreate separate data source entries in the gateway for each data source, each with its own credentials.
BUse the same credentials for both data sources in the gateway settings.
CConfigure only one data source in the gateway and combine data in Power BI Desktop.
DInstall two separate gateways, one for each data source.
Attempts:
2 left
💡 Hint

Think about how gateways manage multiple connections and credentials.