Analyze data with dashboards

The dashboard tables in Microsoft Dataverse enable you to present data from various charts, grids, IFRAMES, or web resources simultaneously. Dashboards allow you to compare and analyze various pieces of customer information, and give you data snapshots.

Types of dashboards

There are two types of dashboards: organization-owned dashboards and user-owned dashboards.

Organization-owned dashboard

An organization-owned dashboard is represented by the SystemForm table, and can't be assigned or shared. These dashboards are solution-aware tables. When you perform an update operation on this table, you must publish the changes for the updates to be available across the organization. When you publish customizations using the PublishAllXmlRequest message, the newly-created organization-owned dashboards are also published and become available across the organization.

Alternatively, you can publish the changes done to a specific dashboard by using the PublishXmlRequest message, and specifying the dashboard ID as the parameter in the request message.

User-owned dashboard

A user-owned dashboard is represented by the UserForm table, can be assigned and shared with other users, and can be viewed by other users depending on the dashboard's access privileges.

Note

You can't programmatically create or manage the new interactive dashboards. For information about working with interactive dashboards using the web client, see Configure interactive experience dashboards

See also

Using FormXML for dashboards
Actions on dashboards
Create a dashboard
Sample dashboards
Sample: Create, retrieve, update, and delete (CRUD) a dashboard
Sample: Assign a user-owned dashboard to another user
Visualization data description schema
Customize visualizations and dashboards