Hi @iapavlov96 and @gwizard,
Thanks for following up on this. Unfortunately, we haven’t got around to support Percentages in tooltips as a built-in options.
That being said, in Holistics 4.0 you can definitely achieve this with our new feature called Customizable Tooltips, along with AQL.
To achieve this:
Go to your Visualization Settings → add a Customizable Tooltip → choose Add AQL Metric → use the field definition below:
count(x.dim) / (count(x.dim) | of_all(x.legend, keep_filters: true))
You can see this demo video for guidance:
Unfortunately, this is unachievable for Holistics 3.0 right now.
Even though Customizable Tooltips are also available in Holistics 3.0, this version lacks the power of AQL query language (more specifically, the Level-of-Detail capability to calculate the Total denominator).
Please let me know if you have any further questions.
Cheers!