0
0
Power BIbi_tool~20 mins

Custom visuals from marketplace in Power BI - Practice Problems & Coding Challenges

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

You want to add a new custom visual from the Power BI marketplace to your report. What is the correct first step?

AOpen the Visualizations pane and click on the 'Get more visuals' icon to browse the marketplace.
BDownload the visual from an external website and import it directly without using Power BI interface.
CCreate a new visual from scratch using DAX expressions in the report canvas.
DUse the Power Query Editor to add the custom visual as a data source.
Attempts:
2 left
💡 Hint

Think about where Power BI provides access to official custom visuals.

dax_lod_result
intermediate
2:00remaining
DAX Measure Behavior with Custom Visuals

You created a DAX measure that calculates total sales. You use a custom visual from the marketplace that supports drill-down. What happens to your measure when you drill down in the visual?

Power BI
Total Sales = SUM(Sales[Amount])
AThe measure always shows the grand total sales regardless of drill-down.
BThe measure recalculates to show total sales only for the drilled-down category or level.
CThe measure returns an error because custom visuals do not support DAX measures.
DThe measure shows the average sales instead of total sales when drilled down.
Attempts:
2 left
💡 Hint

Think about how DAX measures respond to filters applied by visuals.

visualization
advanced
2:30remaining
Choosing the Best Custom Visual for Time Series Data

You want to visualize monthly sales trends over two years with the ability to highlight specific months. Which custom visual from the marketplace is best suited for this task?

AUse the 'KPI Indicator' visual to show only the current month's sales value.
BUse the 'Chiclet Slicer' visual to filter data by months in a grid layout.
CUse the 'Timeline Storyteller' visual to create an interactive timeline with highlight features.
DUse the 'Card Browser' visual to display sales values as cards without trend lines.
Attempts:
2 left
💡 Hint

Look for a visual that supports time-based data and interactive highlighting.

🔧 Formula Fix
advanced
2:30remaining
Troubleshooting Custom Visual Import Failure

You try to import a custom visual (.pbiviz file) downloaded from the marketplace, but Power BI shows an error: 'Visual import failed due to unsupported version.' What is the most likely cause?

AThe .pbiviz file is corrupted and cannot be opened by Power BI.
BThe visual requires an internet connection, but your computer is offline.
CYou did not enable the 'Allow custom visuals' option in Power BI settings.
DThe custom visual was built for a newer Power BI version than your desktop supports.
Attempts:
2 left
💡 Hint

Consider compatibility issues between software versions.

🎯 Scenario
expert
3:00remaining
Designing a Dashboard with Multiple Custom Visuals

You are designing a sales dashboard using three different custom visuals from the marketplace. You want all visuals to interact with each other so that selecting data in one filters the others. What must you ensure for this to work correctly?

AAll custom visuals must support cross-filtering and be configured to allow interactions in the report settings.
BYou must write custom DAX code to link the visuals manually for interaction.
CCustom visuals cannot interact with each other; only built-in visuals support interaction.
DYou need to import all visuals from the same developer to ensure compatibility.
Attempts:
2 left
💡 Hint

Think about how visuals communicate filter changes in Power BI.