Cumulative Flow Diagram: Measure to calculate average "lead time".

da_gze

New Member
Joined
May 3, 2017
Messages
4
As a first PowerPivot project I created cumulative flow diagram.
For this I used disconnected tables:

  • HistDate table = one date every 7 days in the past, starting today.
  • Data table = a list, of items containing the creation date and the date each phase is finished,
The number of items in each state every week are counted using CALCULATE in combination with FILTER.

The next step would be to add the average lead time from one phase to the next.
The picture (of a simplified example Pivot) in the link below clarifies the problem.
it should be calculated as follows (see the blue arrow):

  • Lead time = “completion date” - “Creation date” where the “number of created items” is smaller or equal to “the number of completed items” of the current row.
How can this be done?

Picture: https://www.dropbox.com/s/q8vxfrfgxh8e9g9/Power Pivot lead time.png?dl=0
 

Excel Facts

Return population for a City
If you have a list of cities in A2:A100, use Data, Geography. Then =A2.Population and copy down.

Forum statistics

Threads
1,214,833
Messages
6,121,857
Members
449,051
Latest member
excelquestion515

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top