Let’s continue working on the page that contains the Treemap visualization! When we point to a data point on the different charts, a tooltip automatically appears for the given part. This can be modified to some extent if we place additional fields into Tooltips at the bottom of the Build visual panel. For example, in the case of the first chart, let’s extend the tooltip so that it also shows the quantity sold. To do this, simply add these fields from both Orders tables.
In addition to this, however, we can also create a completely custom tooltip, let’s see how! Let’s focus now on the Treemap! When we point to a rectangle here, the tooltip shows the county and the total amount due. Our goal is the following. When we point to a rectangle, a bar chart should appear that displays the total amount due broken down by city.
