0
0
Power BIbi_tool~20 mins

Dashboard tiles and pinning in Power BI - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Dashboard Mastery
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
Understanding Dashboard Tile Types

Which of the following tile types in Power BI dashboards can display live data that updates automatically without manual refresh?

AImage tile
BWeb content tile
CReport tile pinned from a live report page
DText box tile
Attempts:
2 left
💡 Hint

Think about which tiles connect directly to data sources and update dynamically.

dax_lod_result
intermediate
2:00remaining
Pinning a Measure to Dashboard

You have a measure Total Sales = SUM(Sales[Amount]) in your Power BI report. You pin a card visual showing this measure to a dashboard. If the underlying data updates and you refresh the dataset, what will the card tile on the dashboard show?

Power BI
Total Sales = SUM(Sales[Amount])
AThe updated total sales value reflecting the latest data
BThe total sales value at the time of pinning, never updates
CThe average sales value instead of total
DAn error message because measures cannot be pinned
Attempts:
2 left
💡 Hint

Consider how pinned report visuals behave when the dataset refreshes.

visualization
advanced
2:00remaining
Best Practice for Dashboard Tile Layout

You want to create a Power BI dashboard that is easy to read on both desktop and mobile devices. Which layout approach for dashboard tiles is best?

AUse a grid layout with consistent tile sizes and logical grouping
BArrange tiles in a single column to fit mobile screens
CPlace all tiles randomly to fill space and show maximum info
DUse very large tiles that require horizontal scrolling
Attempts:
2 left
💡 Hint

Think about readability and ease of navigation on different devices.

🔧 Formula Fix
advanced
2:00remaining
Troubleshooting a Pinned Tile Not Updating

You pinned a report visual to a dashboard. After refreshing the dataset, the dashboard tile still shows old data. What is the most likely cause?

AThe dataset refresh failed and did not update data
BThe report visual was pinned as an image tile instead of live tile
CThe dashboard tile is a snapshot and does not update automatically
DThe dashboard has a filter applied that blocks new data
Attempts:
2 left
💡 Hint

Consider how different tile types behave after pinning.

🎯 Scenario
expert
3:00remaining
Designing a Dashboard with Multiple Data Sources

You need to create a Power BI dashboard that combines tiles pinned from reports using different datasets. What is a key limitation you must consider when pinning tiles from multiple datasets to one dashboard?

AYou cannot pin tiles from more than two datasets to the same dashboard
BTiles from different datasets will always show the same data
CTiles from different datasets cannot be refreshed automatically together
DTiles from different datasets cannot be filtered together on the dashboard
Attempts:
2 left
💡 Hint

Think about cross-filtering and interaction between tiles from different data sources.