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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
Peter_23
Helper V
Helper V

Tooltip measure display

Hi community, I'm try to use a pie chart to display category and measure (percent %) so the measures is (%) sales and the dimension country so when it show me the tooltip: Sales  35.7% (23.4%) . Between parentheses is  show me another incorrect value, so is there  way to hide this value?

 

thanks in advance.

1 ACCEPTED SOLUTION
suparnababu8
Super User
Super User

Hello @Peter_23 

 

I don't think it's possible. Restriction of specific part of tooltip won't allow in PBI desktop. If you want this feature, plesse vote here. Microssoft may consider this infuture and will implement, if yor idea get enogh votes.

 

Thank you!!

 

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

Proud to be a Super User!

View solution in original post

5 REPLIES 5
v-veshwara-msft
Community Support
Community Support

Hi @Peter_23 ,
Just wanted to check if your query is resolved and the responses provided were helpful. If so, please consider marking the helpful reply as "Accepted Solution" to assist others with similar queries. If further assistance is needd, please reach out.

Thank you.

thanks @v-veshwara-msft  there is not way to resolve, probably in the future 😞

pankajnamekar25
Memorable Member
Memorable Member

Hey,

 

You can try below measure 

 

Sales Percentage Display =
VAR SalesPercentage = FORMAT([% Sales], "0.0%")
RETURN "Sales: " & SalesPercentage

 

if it not working for you please share image or pbix here to explore

suparnababu8
Super User
Super User

Hello @Peter_23 

 

I don't think it's possible. Restriction of specific part of tooltip won't allow in PBI desktop. If you want this feature, plesse vote here. Microssoft may consider this infuture and will implement, if yor idea get enogh votes.

 

Thank you!!

 

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

Proud to be a Super User!

SamanthaPuaXY
Helper II
Helper II

Hi @Peter_23 

SamanthaPuaXY_0-1742877340800.png

You could use the data labels and not use 'Percent of total' .
Hope this helps, do give a kudos if it solves your issue

 

Helpful resources

Announcements
June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.