Showing absolute values in the tooltips

When I hover my mouse over one of the bars using a 100% stacked bar chart in AWS Quick, I want to be able to see the absolutes, while it still shows only percentages. Is there a way to adjust info that pops up when you hover your mouse over graph, or its part?

Hi @Dodster,

Welcome to the community! Yes, this is possible! Here’s how:

  1. Go to the Properties panel for your visual and click the Interactions tab

  2. Navigate to Tooltip and add a new tooltip field

  3. Drag your raw measure (e.g., Sales, Count, etc.) into the Tooltips well

The chart will still display as 100% stacked (percentages only on the bars), but when you hover over a segment, the tooltip will show both the percentage and the absolute value.

Hope this helps!

Thanks, that solves it!