Forum Discussion
Tooltip for only one column in table visual
Hi Anonymous
Tooltips in a table visual are evaluated per row rather than for a specific column. To filter tooltips by a chosen measure, create a disconnected table containing the measure names, create a measure that returns the desired calculation based on the value of the column and use it to control the tooltip behavior.
Notice that in the image below, the measure in the tooltip changes with the column name.
Please see the attached sample pbix.
Hi, im checking your pbix and could be helpful but doesnt work for my question, first you are using matrix instead of table i think that could be the limitation. I need to show different measures in tooltips.
F.e row 1 employee A: column 1 - 2 - 3 text i need not to show anything. Column4 profit i want to show month 1 rev measure/month 2 rev measure. Column 5 qty kpi i want to show amount and category.
As of now i set up a new tooltip page which show me correct profit measures filtered by employee rows but showing same measures for all the columns, i just want to show different kpis in different columns.
Let me know if doesnt make sense.
Thanks!!
- danextian1 year ago
Super User
As mentioned in my initial reply, tooltips in a table visual are evaluated row by row. The only closest visual that allows evaluation on both rows and columns is a matrix.