Forum Discussion
Anonymous
1 year agoNot applicable
Tooltip for only one column in table visual
Hi, I have a table visual with a number of text columns and measure columns. This can't be shown as a Matrix. I have a custom tooltip which include 3 other measures but is appearing for all the...
danextian
Super User
1 year agoHi 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.
praveenkandi
9 months agoRegular Visitor
This works on Matrix visual not on Table, the issue mentioned is with Table visual I believe, even am looking for the same help. Thanks!