Skip to main content

Hey there!

Hope you are doing fine.

I was wondering if it is possible to consider only weekdays in a normal throughput formula, or even right from the get go, in already built-in dashboards such as the follow one:

image1269361 15.3 KB

Is there already a pre-built formula for this problem?

AVG(CALC_THROUGHPUT(FIRST_OCCURRENCE[Consumption] TO LAST_OCCURRENCE[Purchase Order Release], REMAP_TIMESTAMPS(Consigned_EventLog_xlsx_Consigned_EventLog.TIMESTAMP, DAYS)))

For example in this formula.

Looking forward to hearing from you

https://emoji.discourse-cdn.com/twitter/smiley.png?v=9Best,

Francisco

(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)

AVG(CALC_THROUGHPUT(ALL_OCCURRENCE[Process Start] TO

ALL_OCCURRENCE[Process End], REMAP_TIMESTAMPS(Consigned_EventLog_xlsx_Consigned_EventLog.TIMESTAMP, DAYS, WEEKDAY_CALENDAR ( MONDAY TUESDAY WEDNESDAY THURSDAY FRIDAY ))))


Reply