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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
griffinst
Frequent Visitor

Show project description on hover

I want to show the project description field in a pop-up or tooltip only when they hover over the project name in a table in power bi.

 

So if they hover over Project 1, they should see the Project 1 description.   And then Project 2 on hover will show the description for project 2, etc..

 

Project StatusProject NameBusiness Area
LowProject 1BA1234
MediumProject 2BA4321
HighProject 3BA5678
1 ACCEPTED SOLUTION
vojtechsima
Super User
Super User

Hello, @griffinst ,

crate dimension with project name and description:

 

 

vojtechsima_1-1730843382307.png

vojtechsima_2-1730843395579.png

 

 

 

 

create tooltip page:

vojtechsima_3-1730843414249.pngvojtechsima_4-1730843424302.png

value for the card is this:

project_desc = SELECTEDVALUE(project[desc])

and then in your main page, in your visual set up tooltip as Page:

vojtechsima_5-1730843472648.png

and that's it, make sure you use Dimension in the Table visual then.

vojtechsima_0-1730843378092.png

 

View solution in original post

2 REPLIES 2
vicky_
Super User
Super User

This would work if your description can be hard-coded (or, at least, won't change often; i.e you might be able to link it to a file on sharepoint so that it can be easily edited)

Create a table with the following format:

Project Name | Description

-----------------------------------

Project 1        | description 1

Project 2        | description 2

 

Then you can create a M:1 relationship between the new table's project name and the existing project name column in your data (or, at least make sure that your existing project will filter the new table). 
You can then just put the description in a tooltip page and that should work.

vojtechsima
Super User
Super User

Hello, @griffinst ,

crate dimension with project name and description:

 

 

vojtechsima_1-1730843382307.png

vojtechsima_2-1730843395579.png

 

 

 

 

create tooltip page:

vojtechsima_3-1730843414249.pngvojtechsima_4-1730843424302.png

value for the card is this:

project_desc = SELECTEDVALUE(project[desc])

and then in your main page, in your visual set up tooltip as Page:

vojtechsima_5-1730843472648.png

and that's it, make sure you use Dimension in the Table visual then.

vojtechsima_0-1730843378092.png

 

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors