Forum Discussion
Distributing total duration for a task throughout multiple months
- 3 years ago
Hi jabbajuice08
I have attached a sample file at bottom for your reference. It has two examples, one including weekends and the other excluding weekends. Hope it helps.
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.
Hi jabbajuice08
I have attached a sample file at bottom for your reference. It has two examples, one including weekends and the other excluding weekends. Hope it helps.
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.
v-jingzhang Thank you! This worked perfectly for me. Only question...if my calendar table works like this:
where I have ranges of dates to signify which month it falls in, instead of using a calendar where it has each, individual date, how would I go about using those same formulas?
- v-jingzhang3 years agoCommunity Support
Hi jabbajuice08
Your date table is not a standard date table, so I would suggest that you convert it into a standard date table which will make further calculation easier. Do You Need a Date Dimension? - RADACAD
You can use Power Query Editor to transform the current table. First add a custom column with
List.Dates([MonthStartDate],Duration.Days([MonthEndDate]-[MonthStartDate])+1,#duration(1,0,0,0))Then expand this list column to new rows. You will transform the table into below. Rename the column "Custom". This column has individual dates in every range.
Best Regards,
Community Support Team _ Jing