0
0
Power BIbi_tool~20 mins

Publishing reports in Power BI - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Power BI Publishing Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
Understanding Power BI Report Publishing Options

Which of the following is NOT a valid destination for publishing a Power BI report directly from Power BI Desktop?

ALocal Excel Workbook
BMicrosoft Teams
CPower BI Report Server
DPower BI Service (app.powerbi.com)
Attempts:
2 left
💡 Hint

Think about where Power BI Desktop can publish reports directly without exporting.

🎯 Scenario
intermediate
2:00remaining
Choosing the Right Workspace for Publishing

You have created a sales report in Power BI Desktop. Your company has multiple workspaces in Power BI Service: 'Marketing', 'Finance', and 'Sales'. You want only the sales team to access this report. Which workspace should you publish to?

APublish to 'Marketing' workspace
BPublish to 'Finance' workspace
CPublish to 'Sales' workspace
DPublish to 'My Workspace'
Attempts:
2 left
💡 Hint

Consider who needs access and workspace purpose.

dax_lod_result
advanced
2:00remaining
DAX Measure Behavior After Publishing

Consider this DAX measure used in a Power BI report:

Sales Last Year = CALCULATE(SUM(Sales[Amount]), SAMEPERIODLASTYEAR(Calendar[Date]))

After publishing the report to Power BI Service, users report that the measure shows blank values. What is the most likely cause?

APower BI Service does not support SAMEPERIODLASTYEAR function.
BThe Calendar table is not marked as a Date table in the model.
CThe measure syntax is invalid and causes errors after publishing.
DThe Sales table has no data for last year.
Attempts:
2 left
💡 Hint

Think about time intelligence functions and their requirements.

🔧 Formula Fix
advanced
2:00remaining
Troubleshooting Report Refresh Failure After Publishing

After publishing a Power BI report connected to an on-premises SQL Server database, the scheduled refresh fails with an error about credentials. Which of the following is the most likely cause?

AThe gateway is not installed or configured properly.
BThe report uses unsupported visuals.
CThe Power BI Service is down.
DThe report file is too large.
Attempts:
2 left
💡 Hint

Think about how Power BI Service accesses on-premises data.

visualization
expert
3:00remaining
Designing a Dashboard for Published Report Access

You want to create a Power BI dashboard that summarizes key metrics from multiple published reports across different workspaces. Which approach best ensures users see up-to-date data and can navigate to detailed reports?

AShare individual report links via email without a dashboard.
BExport all reports to PDF and combine them into one document.
CCreate a new report combining all datasets and publish it to a single workspace.
DCreate a new dashboard in Power BI Service and pin visuals from each published report.
Attempts:
2 left
💡 Hint

Consider live data updates and user navigation experience.