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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
CLCastroEn
Helper IV
Helper IV

how to put the percentage time advance

Hello everyone!

I'm looking for whether it's possible to percentage the time advance, just as you can in an EXCEL. That is, define a start date and an end date. then by putting a current day that calculates the percentage of progress.

if possible, please tell me.

Thanks a lot

1 ACCEPTED SOLUTION

Hello @CLCastroEn - Please find the steps below to calculate the same:

1. Created calculated column "Duration"

Duration: VALUE('Date-Complete'[End Date] - 'Full-Date'[Start Date])
%age Time Elapsed.png

2. Column created "%age Complete"

%age Elapsed • IF ( TODAY() > 'Date-Complete'[Start Date], (VALUE(TODAY() - 'Date-Complete'[Start Date]) / 'Date-Complete'[Duración]), 0)
The above will allocate 0% for tasks with a future start date
Please mark the post as a solution and provide a 👍 if my comment helped resolve your issue. Thank you!
Did I answer your question? Mark my post as a solution! Appreciate your Kudos!

Proud to be a Super User!



View solution in original post

3 REPLIES 3
amitchandak
Super User
Super User

@CLCastroEn , Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.

@amitchandak

what I need is something like, example:

start date September 25

end date November 5

current progress : (calculate percentage of progress to this day September 29)

Hello @CLCastroEn - Please find the steps below to calculate the same:

1. Created calculated column "Duration"

Duration: VALUE('Date-Complete'[End Date] - 'Full-Date'[Start Date])
%age Time Elapsed.png

2. Column created "%age Complete"

%age Elapsed • IF ( TODAY() > 'Date-Complete'[Start Date], (VALUE(TODAY() - 'Date-Complete'[Start Date]) / 'Date-Complete'[Duración]), 0)
The above will allocate 0% for tasks with a future start date
Please mark the post as a solution and provide a 👍 if my comment helped resolve your issue. Thank you!
Did I answer your question? Mark my post as a solution! Appreciate your Kudos!

Proud to be a Super User!



Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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