0
0
Power BIbi_tool~20 mins

Why connecting to data sources is the first step in Power BI - Challenge Your Understanding

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Data Connection Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
Why is connecting to data sources the first step in Power BI?

Imagine you want to make a report about sales. Why must you connect to the data source first?

ABecause Power BI only works with Excel files and no other data.
BBecause connecting to data sources automatically creates all needed reports.
CBecause connecting to data sources changes the data permanently.
DBecause without data, Power BI cannot create any visuals or calculations.
Attempts:
2 left
💡 Hint

Think about what Power BI needs to show charts and numbers.

🎯 Scenario
intermediate
2:00remaining
Choosing the right data source connection

You want to analyze customer feedback stored in a cloud database and sales data in Excel files. What should you do first in Power BI?

AOnly connect to Excel files because cloud databases are not supported.
BConnect to both the cloud database and Excel files to get all data needed.
CStart creating visuals without connecting to any data source.
DCopy data manually from Excel to Power BI without connecting.
Attempts:
2 left
💡 Hint

Think about where your data lives and how Power BI can access it.

dax_lod_result
advanced
2:00remaining
DAX measure output after connecting data

After connecting a sales table with columns: Product, Quantity, and Price, you create this measure:

Total Sales = SUMX(Sales, Sales[Quantity] * Sales[Price])

What will be the result if the Sales table has these rows?

Product | Quantity | Price
A       | 2        | 10
B       | 3        | 15
C       | 1        | 20
A45
B50
C85
DSyntax Error
Attempts:
2 left
💡 Hint

Multiply quantity by price for each row, then add all.

🔧 Formula Fix
advanced
2:00remaining
Identify the error in data connection step

You try to connect Power BI to a SQL Server database but get an error. Which option is the most likely cause?

AThe server name or credentials are incorrect.
BPower BI does not support SQL Server connections.
CYou must import data manually by copying and pasting.
DPower BI only connects to Excel files, not databases.
Attempts:
2 left
💡 Hint

Check the connection details carefully.

visualization
expert
3:00remaining
Best visualization after connecting multiple data sources

You connected sales data from a database and customer demographics from Excel. You want to show total sales by customer age group. Which visualization is best?

AA bar chart showing total sales for each age group.
BA pie chart showing sales by product category only.
CA table listing all customers without grouping.
DA line chart showing sales over time without age groups.
Attempts:
2 left
💡 Hint

Think about how to compare sales across age groups visually.