Extend process mining reporting

Completed

After you extend, enrich, and customize the data model, you can create new reports or customize the existing report by adding visuals.

Customize reports

This section shows you how to create a new page in your report and add a map visualization of Vendor_continent. Then, it shows you how to add a variants bar chart that's copied from the Summary tab, an existing measure of total number of selected cases, and the newly created measure of average event count for each case. Afterward, you can select a continent and the variants. The displayed number of cases and average event count reflects the selection that you make.

Screenshot of Vendor continent with variants selected.

When customizing the data model and reports, you should keep the following considerations in mind:

  • Unless you're incorporating data from an additional data source into your composite data model, avoid creating new tables or relationships in the provided Process Mining data model. You can overwrite this model anytime during functional updates or deployment of fixes. Conversely, you can alter the source data model, such as adding or removing transformations in the original data source.

  • You can add new columns or measures to existing tables.

  • Numeric values should be enclosed in the VALUE() function.

  • Refrain from using the ID column to reference a record. ID columns in the data model are auto generated and might change without notice. Instead, use the appropriate source column, such as CASE_ID.