Check how to map the data in an hierarchical format according to business environment under this section.
Business Mapping processes Business Hierarchy on the data that is collected by the tool's agent. The data could be mapped up to 4 business levels.
To enable Business Mapping tab in Insights, please make the highlighted change in uiConfig.json file, which is present under PlatformUI2.0 → app folder.
uiConfig.json
{
"showInsightsTab": false,
"showOptionsPanel": false,
"showBusinessMapping": true
}