Forum Discussion

abpgupta's avatar
abpgupta
Icon for Continued Contributor rankContinued Contributor
4 years ago

Tool tip only for Matrix Rows only

Hi All,

 

Is there any way to display tool tip page only when hover over Row ; not on Measures. This is just to show additional attributes for a row. To show on measures takes more space and hide information behind it. 

 

Thanks for any inputs here!

 

2 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    abpgupta  - I am going to say no, but maybe?   Tooltips only show on measures.  They pick up the filtered context from the measure that you hovering over.  So, if you enable tooltips on the Original Matrix is it appear for all Measures.  However, I am wondering if you can create a second (visible matrix) that contains the Tooltip.  This tooltip could cover a smaller section of the Matrix (i.e. the position covered by the row details).  That might work.=, but you probably want to be careful about the interactions between the 2 Matrix tables.

  • abpgupta's avatar
    abpgupta
    Icon for Continued Contributor rankContinued Contributor

    Thanks for suggestion!  Solution I am using now is to a separate table for tool tip below main table and hiding it using DAX. When User clicks on a row then only it will show table data for that row.