Hello everyone, long time no post!
I have a situation, which I would think can be solved rather simply, but I can't figure out a way to do it.
I have several POS systems and how much they are able to sell. We also have the knowledge of how much volume we do every weekday, every month that looks like this:
And we have a table that has how much a POS can sell in a given month:
So what I need the table to do, is if say we are in June, and it is a Sunday, 6.3% of the volume will be consumed that day, then 7.39% on Monday and so on. I have tried doing this in the Data Model, but I can seem to connect them. I would think that I needed a table that has the POSs and all dates of the month, for example POS1 Jun1 amount 1, POS1 Jun2 amount2, and so on. Any ideas on how to do this?
I have a situation, which I would think can be solved rather simply, but I can't figure out a way to do it.
I have several POS systems and how much they are able to sell. We also have the knowledge of how much volume we do every weekday, every month that looks like this:
And we have a table that has how much a POS can sell in a given month:
So what I need the table to do, is if say we are in June, and it is a Sunday, 6.3% of the volume will be consumed that day, then 7.39% on Monday and so on. I have tried doing this in the Data Model, but I can seem to connect them. I would think that I needed a table that has the POSs and all dates of the month, for example POS1 Jun1 amount 1, POS1 Jun2 amount2, and so on. Any ideas on how to do this?