Forum Discussion
Problem with tooltip, multi value don't work anymore
- 8 years ago
Tooltip Service does not support the same display names. We recommend to add a number or additional space into duplicated displayName to avoid collision.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
Sure !
My case is the one I explain in this topic :
As I regroup, in my code, my data depending on 4 dimensions, I have some points on my chart that represents multiple lines of my original data (1 point for each group of dataPoint).
So for my users to see what lines/dataPoints are represented by this particular point, I put the name dimension of each line/dataPoint (+ the 4 dimensions) in my tooltip.
The result is this one:
Sorry my data is in French...
But you can see that the last 3 lines in my tooltips are "Partie prenante"/"Partie prenante1" & "Partie prenante2" which is the name dimension of my data. So I have 1 point (here it's a square) representing 3 points/lines with the same dimensions.
Previously I could have the same displayname but this solution is fine.
If it's not clear enough, tell me :)
I see. Thanks for the clarification.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals