Apologizes for perhaps asking a too-simple question, but I'm unable to solve my problem.
I would like to display a running balance of scheduled production yields, lets just say in gallons of milk.
I have an entry table that I schedule my milk, and it has absolutely nothing unique about it, The names, start dates, end dates, batch numbers, everything are not unique.
And so now I want to forecast my yields here with dates, but I also want to see how much milk I might sell on a date that does not exist in the entry table.
My thought is to create a list of the dates I want to pick, and the table will go looking for the values. But, because my Data Entry Table is completely unique, the only thing I can do is associate the Data Entry Table with my Selected Dates, backwards in a way that does nothing.
Currently the data model is 'working' for what I told it to do, but what I really want to do is instead of using Packing Date (Scenario), I want to use 'Date Picks'[Dates Between], because I want to see dailies, every day, not just only my entry dates.
When I place 'Date Picks'[Dates Between] in the columns instead of Packing Date (Scenario), I get #N/A and stuff obviously because my relationship is backwards.
The issue is, I can't change the relationship direction because it's an Entry table and there's nothing unique inside of it, let alone anything unique I can associate with 'Date Picks'