Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi, I have multiple charts on a page and each one contains different data.
Each one is configured to having the same basic data fields (Description - Sales - CountSold)
I can easily create tool tips for each chart but i currently would have to create one Tooltip page for each chart.
Is there a way to create a tooltip page that changes depending on which chart the person is clicking on the ?
Finding a way to do this would reduce the 6 pages of help tooltips to one.
Thanks, Steven
Solved! Go to Solution.
Hi @StevenT
It depends on the context of the visualizations and the tooltip. If it's the exact same tooltip that appears from different visualizations and only its context (filtering) changes, then it's possible—just configure the tooltip to be pulled from the same source for all the visualizations you want.
For example, if I want to see top 5 products on the tooltips by country and year from the matrix or by salesmen in the graph - it works :
If we're talking about completely different tooltips with different visualizations, then it's not possible, and you'll need to create a separate page for each visualization to serve as a tooltip.
The pbix with the example is attached
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
Hi @StevenT
It depends on the context of the visualizations and the tooltip. If it's the exact same tooltip that appears from different visualizations and only its context (filtering) changes, then it's possible—just configure the tooltip to be pulled from the same source for all the visualizations you want.
For example, if I want to see top 5 products on the tooltips by country and year from the matrix or by salesmen in the graph - it works :
If we're talking about completely different tooltips with different visualizations, then it's not possible, and you'll need to create a separate page for each visualization to serve as a tooltip.
The pbix with the example is attached
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
Thanks Rita. Unfortunately each one is a separate datasource. I was afraid that your answer would be the one I'd have to go with .
But it's still an answer. And I'll check out the download. Thanks very much!