Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

Reply
Anonymous
Not applicable

Can I have a tooltip per entry to a table?

Hi there,

I am relatively new to Power BI and I am looking for a bit of help with Tooltips.

 

I have managed to set up a tooltip to show another variable when an entry in the table is moused over.

Example of Working TooltipExample of Working Tooltip

 

However, I am looking to see if its possible to have another variable when I mouse over another column in the table?

Not WorkingNot Working

 

Each column in the table is a different variable which is a score out of 5

The information in the tooltip is the reason why that score was given and comes from another variable

 

Any help would be greatly appreciated

 

Thanks,

Chris

1 ACCEPTED SOLUTION
v-lid-msft
Community Support
Community Support

Hi @Anonymous ,

 

If your data is similar with the following: 

 

10.5.jpg

 

we can create a column header table, then use matrix visual to meet your requirement:


column header table:

 

ColumnHeaderTable = {"Column1","Column2","Column3"}

 

11.jpg

Value measure in matrix visual:

 

MeasureInMatrix = SWITCH(SELECTEDVALUE(ColumnHeaderTable[Value]),"Column1",SUM('Table'[Column1]),"Column2",SUM('Table'[Column2]),"Column3",SUM('Table'[Column3]))

 

 

 

12.jpg

 

 

Tooltips measure which will output different value depens on the value column header:

 

Tooltips = SWITCH(SELECTEDVALUE(ColumnHeaderTable[Value]),"Column1","Tooltip for Column1","Column2","Tooltip for Column2","Column3","Tooltip for Column3")

 

 

 

13.jpg14.jpg

 


Best regards,

 

Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

8 REPLIES 8
hsantosh
Helper II
Helper II

Here i one use case if i have rows columns in slicer, i need tooltip for only "C" value not when hover on A or B.
Only when i select C value from slicer and i need tooltip on column.

v-lid-msft
Community Support
Community Support

Hi @Anonymous ,

 

If your data is similar with the following: 

 

10.5.jpg

 

we can create a column header table, then use matrix visual to meet your requirement:


column header table:

 

ColumnHeaderTable = {"Column1","Column2","Column3"}

 

11.jpg

Value measure in matrix visual:

 

MeasureInMatrix = SWITCH(SELECTEDVALUE(ColumnHeaderTable[Value]),"Column1",SUM('Table'[Column1]),"Column2",SUM('Table'[Column2]),"Column3",SUM('Table'[Column3]))

 

 

 

12.jpg

 

 

Tooltips measure which will output different value depens on the value column header:

 

Tooltips = SWITCH(SELECTEDVALUE(ColumnHeaderTable[Value]),"Column1","Tooltip for Column1","Column2","Tooltip for Column2","Column3","Tooltip for Column3")

 

 

 

13.jpg14.jpg

 


Best regards,

 

Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Thanks, i loved this. It lets you display data on a matrix without unpivot data, and use some of the advantages of a matrix. 

 

I used it to show previous month value on certain columns, and on others that says if it the values were below the target, what that target value was.

I have a matrix visual, each column must show different tooltips, however columns here are described as a result of measures (not table columns). In this case how to create tooltips that will show different information for different columns?

Anonymous
Not applicable

@v-lid-msft 

 

My data is similar to that format, so I will give it a shot.

 

From the images I posted, there is a slicer which reduces the entries into the table.

For this method that you explained, I assume that I should only have one entry in the table for the tooltip to work?

 

Thanks,

Chris

Hi @Anonymous ,

 

How about the result after you follow the suggestions mentioned in my original post?Could you please provide more details about it If it doesn't meet your requirement?


Best regards,

Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi @Anonymous ,

 

It can work for multi columns and rows, each columns can show different tooltips, if you want show different tooltips for each row, we need to modify the measure for tooltips


Best regards,

 

Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

Hi @v-lid-msft 

Thanks for your solution. I have replicated it and it is working as you indicated. However, I am looking for similar solution, but for different tooltips for each column and row. Do you please have the modified version of the measure for tooltips in such case? 

 

On the other hand, as my matrix is quite big, is it possible to get the tooltip texts from another variable(s) in the data, but each column and row have different texts as mentioned above?

 

Hope to hear from you soon,

With thanks in advance

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.