Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

adding column description on hover in Power Bi

Tags:

powerbi

When I hover over a column in my report, it displays the column's name, as shown in the screenshot attached. I want to see the column description when I hover over the column; how can I do it?

enter image description here enter image description here

like image 505
SQL Enthusiast Avatar asked Mar 19 '26 23:03

SQL Enthusiast


1 Answers

Create a measure for each column description you want to show, like this:

Measure1 = "Column1 Description"

Then, Insert a button, and set its [Action Type] to "Page Navigation", and set the [Destination] to "None", and place this button on top the column where you want to hover.

In the formatting option of the button, open the [Style] list, and change [State] to be "On hover".

Lastly, go to [Tooltip] which is under the [Action] list, select the [fx] icon which is for conditional formatting, and select the measure you created in the first step.

Now, when you hover over the column, it should display the description as you specified.

like image 123
Monther Avatar answered Mar 24 '26 10:03

Monther



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!