Forum Discussion
Cost Between Start and Finish Dates
Hi I have the data in the folowing format and I'm trying to calculate accrued cost between the dates
If the start date is blank then obviously costs will not accrue, if the start date is populated then the costs will accrue until finish date is populated
I am struggling with what I think should be a simple calculation, I can calculate in a column no problem, but when I try to calculate in conjunction with a date table I have not ben able to do this
ID Start Date Finish Date Daily Cost
A1 17/01/2020 28/12/2020 £5.00
B2 25/07/2020 28/08/2020 £4.25
C2 18/07/2020 25/07/2020 £2.50
5 Replies
- VijayP
Community Champion
Between 17/1 and 28/12 the Daily Cost is £5 means total cost you want number of days between these two dates multiplied by 5? and you wanted a cumulative Data right?
- daxdummy
Helper I
Yes that is correct, I want to be able to show on a line, the cost accrual over time and be able to filter to ID No's
- amitchandak
Super User
daxdummy , expected output is not clear. But I have blog on very similar topic. See if that can help-
How to divide/distribute values between start date or end date or count days across months/days: https://community.powerbi.com/t5/Community-Blog/How-to-divide-distribute-values-between-start-date-or-end-date/ba-p/1503785
- daxdummy
Helper I
Anyone any input?