Forum Discussion
ekroll
4 years agoFrequent Visitor
Backlog by Location
Hi, I'm still pretty new to Power BI, DAX and such and am trying to figure out how to create a backlog by location. I have 2 fact tables and a calendar table. I've linked both fact tables up to t...
ekroll
4 years agoFrequent Visitor
Yes, sorry, I was in the middle of adding some additional context when you replied to the first one.
So, I need to figure out cumulative backlog by store number, which is essentially:
(Any remaining pallets from previous day + 'Pallets Built'[PALLETS]) - 'Capacity'[Seasonal Capacity]
I've looked at the built in time functions and standard calendar related functions don't work for me as I need to use our company financial calendar and cannot rely on standard calendar dates aligning with our company's financial dates.
The 445_Calendar table I have in my model has all of the dates down to day-date that correspond to our company financial calendar.