Hotspot Question
You are configuring a dashboard in a model-driven app for sales managers. The dashboard displays opportunity pipeline data from the Opportunities table.
The company requires the following functionality:
- Show how each sales stage contributes to the total pipeline for each
sales region.
- Ensure a newly created chart is available to users in the app.
- Use the My Open Opportunities dataset when the dashboard component
loads.
- Prevent users from switching to a different chart at runtime.
You need to create and configure the chart and dashboard component.
How should you configure the requirements? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:
Box 1: Configure a stacked column chart.
To show how each sales stage contributes to the total pipeline for each sales region, you need to create a Stacked Column or Stacked Bar chart on the Opportunities table and add it to a dashboard.
Box 2: Select the chart for the table in the app designer
To ensure the newly created chart is available to sales managers in the model-driven app, you must select the chart for the table in the app designer.
In Power Apps model-driven apps, assets like tables, views, forms, and charts are not automatically included in an app just because they exist in the Dataverse environment.
The App Designer Rule: You must explicitly check the box next to your new chart under the Opportunity table components within the App Designer. If it is not selected there, users will not be able to see or interact with it inside that specific app.
The Dashboard Component: When you add a chart component to a dashboard, you also configure its properties. While "Enable Display Chart selection" allows users to toggle between different charts on the dashboard, the chart itself must still be a part of the app's included components to function correctly.
Box 3: Set the Default View
To set the "My Open Opportunities" dataset as the default view when your dashboard loads, you must configure the Default View property for the list or chart component within the dashboard designer.
Box 4: Clear display Chart selection
To meet this requirement, you must clear the "Show chart selection" checkbox in the dashboard component properties within the Power Apps app designer. This action locks the specific chart to the dashboard visual and prevents sales managers from changing it at runtime.
Reference:
https://learn.microsoft.com/en-us/dynamics365/sales/opportunity-pipeline-view-for-admins
https://learn.microsoft.com/en-us/power-apps/maker/model-driven-apps/set-properties-chart-list-included-dashboard