Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
In my power BI Dashboard, I have a visual table which showing columns from measures.
I want to show details report when user hover any cell in this table using tooltips, but how to get the hover cell row and column header ?
Thanks @Ritaf1983
what I want is when user hover any cell, like the one in above, how can I get the cell is "Paper" category and column is "Profit" ?
Thanks
@Aiya
Then turn your table to the matrix.
This is a basic matrix tooltip :
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.
The default tooltip for the Table provides the information I need.
However, instead of using the default tooltip, I want to display a chart as a customized tooltip based on the row value and column header. The challenge is that I don’t know how to retrieve the column header. Additionally, the column data is dynamically generated, not sourced from a data table.
@Aiya
You can use selectedvalue() like i used in my customized tooltip for the title :
This I a title dax :
that the engine will take based on measures like drilling through
The pbix is attached
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.
Hi @Aiya
Tooltips in Power BI currently work only with measures, specifically on values in visuals like tables or matrix visuals. Unfortunately, it's not possible to directly show tooltips for row or column headers.
As an alternative, you could use a workaround by placing a transparent button (or one with a small icon) near the headers or specific areas. You can configure the button to show a tooltip with the explanation when hovered over. While not ideal, this provides a functional way to convey the information you're looking to highlight.
Same approach with "i"
The pbix is attached
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
72 | |
70 | |
57 | |
37 | |
36 |
User | Count |
---|---|
85 | |
65 | |
60 | |
46 | |
45 |