January 8, 2021
Hi,
I need help with a concept - making a calculation of order backlog value for every day in the date calendar to highlight seasonal or long-term trends in order backlog value.
Each order in my sales database has a created date and a shipped date and of course the order is in backlog between these dates. So where do i put the calculated field that would show for every day in the DateCalendar the sum of orders in backlog on that day?
I feel this should be a very simple thing to solve but somehow can't wrap my head around the necessary logic and where the DAX calculation should "reside".
Thanks & Regards,
Peter Warburton
VIP
Trusted Members
December 7, 2016
January 8, 2021
Hello Anders,
That would only give the backlog for today and only for orders that haven't shipped.
What I am trying to achieve is a view of the backlog evolving over time (or how quickly are we getting orders out the door) so I need to calculate the backlog value for every date in my date calendar (2017 to 2023), with the filter criteria being sum the order $ values if the Date calendar date falls between the order created date and the order shipped date.
Hope this clarifies my goal,
Regards,
Peter
January 8, 2021
Hi,
I've partially solved it. I put this calculated column in my Date Calendar:
VIP
Trusted Members
December 7, 2016
1 Guest(s)