Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago

Order backlog per week

Hi everybody,

 

i have the following problem. I would like to show the order backlog per week.

 

The solution should look like this:

Calendar weekOrder numberWeight of orders
2 9.200
 RE8997 9.200
3 20.062
 RE89979.200
 RE88213.603
 RE88232.391
 RE88244.868
4 21.722
 RE89979.200
 RE88213.603
 RE88232.391
 RE88244.868
 RE88311.660

 

I need to have every order in the list per week till the production starts.

For e.g. order RE8821 pops up in calendar week 3 will countinue till week 8, because at the 24.02.21 the production will start.

Another example is RE8997, this one will be in the list every calendar week because there is no production date yet.

 

My data modell contains two tables, Calendar table with column for date another one for calendar week. My second table contains order number, order entry date, production date and weight. The table are connected by Date (Calendar) and Order enty date.

The second table (Order table) contains two different types of orders. The one order type contains just number, e.g. 105214, this are the real orders and the other one contains RE at the beginning. These are the reservations.

 

I also would like to have those two are separated.

 

I hope I have explained my problem clearly.

 

I am thankfull for every help I get!!

Tendo

3 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    Anonymous 

    The image doesn't help in understanding the model. Maybe just post a sample pbix including your 2 tables without sensitive data.

     

     

    Paul Zheng _ Community Support Team

     

  • Anonymous's avatar
    Anonymous
    Not applicable

    No one has an idea how to solve my problem or can recommend some pages/blogs?!