Forum Discussion
Anonymous
6 years agoNot applicable
Calculating Expected Due/Completion Date Time based on SLA & Created Date Time
Hi, Looking for a help on DateTime Caculation. I have a table with Unique Tasks Ids and its allocated dateTime and each of it has an SLA in days defined. I need to create every Task's expected Com...
- Anonymous6 years agoQUOTIENT = QUOTIENT(WEEKDAY(Test[Allocate DateTime],1)+Test[SLA Days],7)Expected End Date = Test[Allocate DateTime]+Test[SLA Days]+2*Test[QUOTIENT]Thanks,Pravin
az38
Community Champion
6 years agoHi Anonymous
use technique from this thread
https://community.powerbi.com/t5/Desktop/Add-working-days-to-a-date/td-p/146945
do not hesitate to give a kudo to useful posts and mark solutions as solution
- Anonymous6 years agoNot applicable
Many thanks for your response Anonymous !
I have tried that and the only issue is adding the Days to the Rank.
In my case the value "10" is SLA and Dynamic coming from another Table, where the SLA for each datetime in the row.
When I try to add it to the Rank (as the last parameter), it asks for aggrregation, where the output fails, since though the datetime it referes could be same but the SLA are different - (my table example above) !
Appreciate your help on it ..
Add 10 woring days = LOOKUPVALUE(Canlendar[Date],Canlendar[Identify],1,Canlendar[Rank1],Canlendar[Rank1]+10)