Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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.