Tooltip based on Column Chart not filtering

Hi everyone,
I do need your help on the below topic

IN GENERAL : I create some charts on would like to have a personalised tooltip when I do click on the column of the chart showing the data set part of that column

THE ISSUE : I am able to show the tooltip with the desired fields, but for all dataset rows, instead of showing me the rows relevant to the highlighted column of the chart

THE PLAYGROUND FILE :

I here attached an extract f the PBIX I am working on and I do need your support

In the tab “Float” there is histogram chart “Total float distribution” (right below corner of the page) that is a histogram chart counting how many rows have the attribute “float” within a defined range

As tooltip I made a page with a table reporting two row attributes (Activity ID and Activity Description)

I connected the chart with the tooltip page just created and when I hover above the histogram bar I got the table tooltip, BUT does show me all the table rows instead of just the selection of the rows belonging to the highlighted column

Could please direct me on how to do it?

Thanks
Luca
Tooltip Based on Column Chart.pbix (2.1 MB)

I am getting ready to go into a meeting, so don’t have time to play with your sample yet - but the first thing that occurs to me is a mistake I made when trying to set up a tooltip.

Do you have a measure on the tooltip visual (not the one on your Float tab, the one that is the tooltip) - that will allow it to filter to the metric used in your histogram chart? Often I just use the same measure - that is on the original table (in this case the histogram)

If this has not helped you by the time I can look at things again later today, I’ll look at your file at that time to see if I can provide additional info.

is not using the same parameter

Bumping this post for more visibility from our experts and users.

The tooltip needs something to let it know how to filter the data.
You could add the relevant measure on the tooltip visual as a filter.

Example - these are the tooltip filters:
image

once that is in place here is what it looks like on your chart:
image
image

1 Like

Hello @LucaB72,

Did the response from @Heather (thank you) help solve your query?

If not, can you let us know where you’re stuck and what additional assistance you need?

If it did, please mark the answer as the SOLUTION by clicking the three dots beside Reply and then tick the check box beside SOLUTION

Thank you

Hello @LucaB72

Just following up if the response above help you solve your inquiry.
If it did, please mark his answer as the SOLUTION.

We’ve noticed that no response was received from you on the post above. In case there won’t be any activity on it in the next few days, we’ll be tagging this post as Solved.

I do understood that what I was looking is not possible, need to use a different approach
I may use still a tooltip page with the detail of the activities but a slider to choose the one withthe the desired Total Float Range

1 Like