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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
gerardd
New Member

New Text Measure

Hi,

 

I am working on a table in PBI that summarizes survey responses. To make the list fit, I used keywords to shorten the questions. I wanted to have a tool tip that will show the complete question when I hover on the header. Is there a way to have a tool tip that shows an assigned customer text per column?

 

Thank you!

1 ACCEPTED SOLUTION
Twe-Maker
Frequent Visitor

Hello,
Create a new measure and use a switch function. Use the measure on the tool tip for that viz. OR you could create a new page and use that page for a tool tip. Assign

Use for tool tip =
 SWITCH(
     TRUE(),
     VALUES(Table[shorten_questions]) = "questions1", "I am working on a table in PBI that summarizes survey responses. To make the list fit, I used keywords to shorten the questions. I wanted to have a tool tip that will show the complete question when I hover on the header. Is there a way to have a tool tip that shows an assigned customer text per column?",
     VALUES(Table[shorten_questions]) = "questions2", "I wanted to have a tool tip that will show the complete question when I hover on the header. Is there a way to have a tool tip that shows an assigned customer text per column?"

View solution in original post

1 REPLY 1
Twe-Maker
Frequent Visitor

Hello,
Create a new measure and use a switch function. Use the measure on the tool tip for that viz. OR you could create a new page and use that page for a tool tip. Assign

Use for tool tip =
 SWITCH(
     TRUE(),
     VALUES(Table[shorten_questions]) = "questions1", "I am working on a table in PBI that summarizes survey responses. To make the list fit, I used keywords to shorten the questions. I wanted to have a tool tip that will show the complete question when I hover on the header. Is there a way to have a tool tip that shows an assigned customer text per column?",
     VALUES(Table[shorten_questions]) = "questions2", "I wanted to have a tool tip that will show the complete question when I hover on the header. Is there a way to have a tool tip that shows an assigned customer text per column?"

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.