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
Anonymous
Not applicable

How to show percentage completion as data label in Gantt Chart

Hi PBI Champs, 

 

I am using MS Gantt chart and my manager wants to see percentage as a data label. Of course, we can see the percentage completion by hovering the cursor but she wants it as data label so that the completion % is still visible when it is exported to pdf or printed otherwise. When I bring completion percentage into 'Resource' option, Power BI shows it as a fraction (0.1, 0.25 etc.)- see the attached picture. However, I want to see if we can show it as a percentage (10%, 25%, etc.). Please help. Many thanks.

Gantt Chart Completion percentage.JPG

5 REPLIES 5
Alben
New Member

Hello, I had same issue, I made a workaround by creating a new column called % and calculating the progress label and adding the % symbol, you get a text field with the info:

% =
('tbl_Drops'[Progress] * 100)&"%"
 
In this case I use 'tbl_Drops'[Progress] column on the % Completion field, and I use the newly created % column on the Resource field.
I hope this helps.
Alben_0-1701303939871.png

 

 
Anonymous
Not applicable

Running into the same issue.  Has this ever been resolved?

Anonymous
Not applicable

No, Veni. I never got a resolution. 😞

RMDNA
Solution Sage
Solution Sage

Hi @Anonymous - just select the Completion Percentage field and in the ribbon and change its display format to Percentage. You can adjust decimals from there

 

RMDNA_0-1681844288245.png

RMDNA_1-1681844349983.png

 

 

Anonymous
Not applicable

Hi RMDNA,

Thanks for your response. It's easy in a table. However, when I pull those percentages into the Microsoft Gantt Chart, it does not show them as percentages. Even when I change the display format like you showed, the Gantt Chart still shows decimal / fractions. Please see the picture i shared. 

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!

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