multiple date tables
2 TopicsMultiple tables lookup with multiple column filters by value
Hi Friends - I'm having trouble solving this and would greatly appreciate your help: I have two tables with many columns: using sample fake data for easiness. Table1 has project details, Table2 has approval detials. I want to get a count (with drilldown to see details) of projects that have all required approvals, projects with 1 missing approval, projects with 2 misisng approvals, projects with no approval. Table1: Project Name Department A Name1 Dep1 B Name2 Dep2 C Name3 Dep3 D Name4 Dep1 Table2: Project Signed By Process A Tech Implementation A Business Implementation A Quality Initiation B Tech Implementation B Business Initiation B Quality Initiation B Tech Initiation B Business Initiation B Business Close C Tech Initiation C Business Implementation So, looking to get something like this: Total Projects Projects with 1 approval missing Projects with 2 approvals missing Projects with 3 approvals missing # with drilldown to see details and also add slicers for Department and other required columns. Please help600Views0likes1CommentCumulative sum between a date range from two different date ranges
Hello everyone, This is my first time using the forum so hopefully I have disobeyed any rules, apologises in advance. I am trying to sum an amount from one table based upon a date from another table. The amount can't be totalled if the production date is in the past of the install date. Here is my first Table. Production Table Production date Amount 2/1/2017 5 2/1/2017 10 2/1/2018 50 2/1/2019 500 here is my second table Asset ID Install Date asset 1 1/1/2017 asset 2 1/1/2018 asset 3 1/1/2019 asset 4 1/1/2020 asset 5 1/1/2017 So I would expect my results as this. Asset ID Install Date What I want asset 1 1/1/2017 565 asset 2 1/1/2018 550 asset 3 1/1/2019 500 asset 4 1/1/2020 0 asset 5 1/1/2017 565 I have a slicer table that has a unique date range. I was trying = calculate (sum(table1[amount])), filter(allselected(table1), production date > userrelationship(production date, install date)), but that doesn't seem to work. Any ideas would be very appreciated. Thanks in advanceSolved2.6KViews0likes3Comments