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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
AbbasG
Memorable Member
Memorable Member

Custom tooltip for each row of the table

Hi All,

 

Is it possible to add a custom tooltip for each row of the table?

1 ACCEPTED SOLUTION

Hi @AbbasG,

 

Sorry for the miss understanding.

 

That is exactly what they custom tooltips do. Do you have any metric that does teh calculation of the last cost?

 

If you do you just need to place it on the tooltip page and the context of the product will pass trough and show the specific value. 


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



View solution in original post

4 REPLIES 4
MFelix
Super User
Super User

Hi @AbbasG ,

 

When you refer a custom tooltip is to have a different layout for each row? Or only different values?

 

If you are refering to diferent layouts the only way I can remember is to created several condittional format for the colours similar to this:

 

COLOUR 2019 BACKGROUND = IF(SELECTEDVALUE('Table'[year]) = 2019, "#FFFFFF", "#FFFFFF00")
COLOUR 2019 = IF(SELECTEDVALUE('Table'[year]) = 2019, "#000000", "#00000000")

COLOUR <> 2019 BACKGROUND = IF(SELECTEDVALUE('Table'[year]) <> 2019, "#FFFFFF", "#FFFFFF00")
COLOUR <> 2019 = IF(SELECTEDVALUE('Table'[year]) <> 2019, "#000000", "#00000000")

 

Be aware that in my case I selected the black for everything but if you want to have bars in different ways you need to create different options.

 

Then on visuals you need to present you need to set the differenct colour options accordingly to what you need in this case what I have is when 2019 is selected then the values are black otherwise transparent in the other years is the same thing now I use a card for 2019 and a bar chart for the other years result is :

 

MFelix_0-1669894453848.png

 

MFelix_1-1669894522227.png

You can tweak this using a switch formula for example or a table with the selections of colour you need, but the overall need that you have to do is to setup the colours on each of the specific tooltips based on the colour or transparent for all visualizations.

 

 

 


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



AbbasG
Memorable Member
Memorable Member

@MFelix thank you for the response. I need different values for each row.

 

For example, I have a list of products with models and I need to see the last cost in the tool-tip for each model.

Hi @AbbasG,

 

Sorry for the miss understanding.

 

That is exactly what they custom tooltips do. Do you have any metric that does teh calculation of the last cost?

 

If you do you just need to place it on the tooltip page and the context of the product will pass trough and show the specific value. 


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



AbbasG
Memorable Member
Memorable Member

@MFelix Thank you for your time, it works for me.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 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