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! Request now

Reply
bsuryateja
Regular Visitor

Pie Chart tooltip percentage decimal restrict to 1

Hi Team, 

 

I need to restrict the tooltip in a pie to show only single decimal point. You help is much appriciated.

 

For example in the below picture we have 2 decimal points in the tooltip shown. i.e., 6.07 should be 6.1.

 

bsuryateja_0-1681990835140.png

 

Thanks,

Surya teja

 

9 REPLIES 9
krishb1414
Helper III
Helper III

Hi @bsuryateja  You can format this in Visualization pane by following steps 
Select Pie chart => Details Labels => Values => Percentage Decimal Places and Enter 1  then you will see percentage value as one decimal.

For your reference see the image below.

 

krishb1414_0-1681991467703.png

 

If it works, Please accept it as solution so that somebody will know this if they face same issue.

Thanks

Hi Krish,

 

Thanks for the reply, I already have that applied and it doesnt apply for toolip. It only applies for lables. Please suggest for any other ways to solve it.

 

Thanks,

Surya Teja

Hi @bsuryateja  You can create custom tooltip in this case because if we want to do anything customization related to tooltips then we should use custom tooltip. 

You can try this measure and format as percentage and decimal point as 1 (see in image)

and also you can keep your value before this percentage in custom tooltip. 

krishb1414_0-1681992822973.png

If it works, Please accept it as solution so that somebody will know this if they face same issue.
Thanks

bsuryateja_2-1681995590940.png

 

This is how it should look but the thing is _Baseline (%) will be a text calculated measure

 

Hi Krish,

 

I actually need it in this format 

bsuryateja_0-1681995415901.png

Thanks,

Surya teja

 

bsuryateja_1-1681995551109.png

 

Hi @bsuryateja  yes you are getting same then what else required ?

I cant put it in value feild right? so the measures are duplicated. So i need to somehow restrcit the decimal points in the default tooltip measure.

Hi @bsuryateja  No either you take 2 card visuals (one for data value & another for % value) or 

[measure] &"(" & [percentage measure] & ")"  

try above logic in measure and put this measure in card visual then you will see value and percentage side by side.

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

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!

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