You want to add a new custom visual from the Power BI marketplace to your report. What is the correct first step?
Think about where Power BI provides access to official custom visuals.
The correct way to add a custom visual is through the Visualizations pane by clicking 'Get more visuals'. This opens the marketplace where you can browse and add visuals safely.
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?
Total Sales = SUM(Sales[Amount])
Think about how DAX measures respond to filters applied by visuals.
DAX measures recalculate dynamically based on the current filter context, including drill-down selections in visuals, custom or built-in.
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?
Look for a visual that supports time-based data and interactive highlighting.
'Timeline Storyteller' is designed for time series data and allows users to highlight and explore specific time periods interactively, making it ideal for monthly sales trends.
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?
Consider compatibility issues between software versions.
Power BI desktop may reject visuals built for newer versions if your software is outdated. Updating Power BI usually resolves this.
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?
Think about how visuals communicate filter changes in Power BI.
Custom visuals that support cross-filtering can interact if report interactions are enabled. No extra code or same developer requirement is needed.