You create a model-driven app.
You need to present the data within an interactive dashboard in your app.
What type of entity form should you use to achieve your goal?
Click on the arrows to vote for the correct answer
A. B. C. D.Correct Answer: B
There are four types of entity forms that Power Platform provides for model-driven apps:
All other options are incorrect.
For more information about Power Apps model-driven app form types, please visit the below URLs:
To present data in an interactive dashboard in a model-driven app, you should use the Main form type.
The Main form type is the primary form for an entity record and it displays all the fields and related entities of the record. You can customize the Main form by adding fields, tabs, sections, and sub-grids to organize and present data in a structured manner.
To create an interactive dashboard, you can add charts, grids, or other visualizations to the Main form using the form editor. You can also use the Power BI integration to embed Power BI reports or dashboards within the Main form.
Quick View forms allow you to display selected fields from a related record within the form of the primary record. Quick Create forms allow you to create a new record quickly without leaving the current form. Card forms display a summarized view of an entity record, and are typically used in a dashboard or list view to quickly display key information about each record.
However, if you want to create an interactive dashboard in a model-driven app, the Main form type is the most appropriate choice as it provides the flexibility to design and customize the form to meet your specific needs.