Forum Discussion
gjadal
Microsoft Employee
7 years agoRestrict Report page tooltip to one column
I have a table matrix visual. I have set the tooltip as a report page. The tooltip shows up correctly when i hover over any cell in the matrix. However I want to show the tooltip only for one of th...
Anonymous
5 years agoNot applicable
HI gjadal
One Simple workaround is there but it may lead to loose some existing functionality of table visual . Just place textbox or any shape with 100% transparency in the table area where you don’t require report page tooltip. Not recommended solution but can ease some work in case you are displaying huge number of columns in table visual.
this workaround will disable click and scroll functionality in table visual where textbox is placed , remaining place will work as it is since we are just adding text box in certain area of table visual .
I hope Microsoft will definitely release column specific tooltip property for Table visual in coming release.
Thanks