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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

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
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors