Hi Community,
I’m working with Treemap charts in Celonis and noticed something I’d like to clarify:
- On the initial view, only one hierarchy level is visible (e.g., Category).
- To see the next level (e.g., Name), I need to click and drill down.
- The area size is calculated based on the numeric measure (e.g., Order Value), and the Category is used for grouping and color coding.
Is this the expected behavior in Celonis?
Or is there a way to show multiple hierarchy levels at once (similar to Excel or Power BI Treemaps)?
Here’s what I tried:
- Structured data as:
Category Name Order Value
Machines Supplier A 12000
Machines Supplier B 8000
Electronics Supplier C 15000
Electronics Supplier D 5000 - Category is the first hierarchy level, Name is second, Order Value is the measure.
Thanks in advance for your insights!