Forum Discussion
Dynamic Multiple line information on Tooltip in matrix visual after hovering in Multiple measure KPI
Hi Folks,
Could you please help me to get the below output in the matrix visual tooltip?
As per the power Bi default facility, it shows the information where the intersecting happens (X and Y axis) in the visual.
Here I want to show more dynamic information on the same tooltip where each column belongs to an individual Measure.
Hi Anonymous
Please refer to my solution in the linked discussion, it includes a PBIX :
https://community.fabric.microsoft.com/t5/Desktop/How-to-add-a-Notes-to-Matrix-visual-values-if-you-hover-over-it/m-p/3320935#M1109101If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
Hi Anonymous
Then this is a painful question 🙂If your columns are measures we don't have an option for a tooltip on "cell level", there is a workaround for this issue :
you need to create a table of the measures (with data view, not visual) and use dynamic measures with customized tooltips.There is a discussion with the example :
there is also an idea about a similar issue , you can vote for it :
https://ideas.fabric.microsoft.com/ideas/idea/?ideaid=e3754ea7-09b5-446d-bf3d-7e8fad9a39ad
(I voted)
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
3 Replies
- Ritaf1983
Super User
Hi Anonymous
Please refer to my solution in the linked discussion, it includes a PBIX :
https://community.fabric.microsoft.com/t5/Desktop/How-to-add-a-Notes-to-Matrix-visual-values-if-you-hover-over-it/m-p/3320935#M1109101If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
- Ritaf1983
Super User
Hi Anonymous
Then this is a painful question 🙂If your columns are measures we don't have an option for a tooltip on "cell level", there is a workaround for this issue :
you need to create a table of the measures (with data view, not visual) and use dynamic measures with customized tooltips.There is a discussion with the example :
there is also an idea about a similar issue , you can vote for it :
https://ideas.fabric.microsoft.com/ideas/idea/?ideaid=e3754ea7-09b5-446d-bf3d-7e8fad9a39ad
(I voted)
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
- AnonymousNot applicable
Hi Ritaf1983 ,
Thank you for your response.
In this context, please check that it is not a static tooltip. It is a table visualization where each row has a different value, and when you hover over the values, it should display the corresponding value.