Forum Discussion
tooltip or hover over on a table column
I would like to be able to use a field value as a tooltip when hovering over a column in a table. For example, I have a Title field and a Description field (which can be quite large). I would like to be able to only include the Title column in my table and then hover over it to show the Description in the tooltip. Is this possible?
5 Replies
- waltheedImpactful Individual
This is not possible as far as I know.
Maybe this workaround works for you:
- Create a calculated column with Title & UNICHAR(10) & Description.
- Make the column not too wide; a normal width so most of the title fits in.
- In the tootltip text you see the Title and the Decription on the next line.
Hope this works for you.
- v-piga-msftResident Rockstar
Hi mjmmet,
'tooltip or hover over on a table column' this feature is not supported in Power BI currently, you could vote the similar ideas below
which have been submitted in Power BI ideas forum and add your comments there to improve Power BI and make this feature coming sooner.
https://ideas.powerbi.com/forums/265200-power-bi-ideas/suggestions/30979345-tooltips-for-tables
In addition, you could try with the workaround provided by waltheed.
Hope it can help you. Only thing that you'll have to notice, just always accept the replies making sense as solution to your question so that people who may have the same question can get the solution directly.
Best Regards,
Cherry
- AnonymousNot applicable
I believe this ability is now availabe (as of the August 2018 release):
https://powerbi.microsoft.com/en-us/blog/power-bi-report-server-update-august-2018/#tableTooltips
I did a very quick test on one of my tables and it seems to work as expected. It also works on the matrix visual.
- AnonymousNot applicable
This feature is in under progress for future update.
- OpheliaNew Member
Is there a solution now?