Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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!
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.
@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.