For simplicity's sake, I have a home sales count report showing week-to-date sales and closing counts for homes that have sold or closed during a given week. To simplify this I am using a date dimension that gives me the week number of the year, so I can easily check if the sales date or close date week number is equal to the given week number. I created an additional query to use for the slicer, that contains the list for week numbers for the year. My issue is when creating the relationship between the week number list and the sales/closings query, I have to make two separate relationships 1) between the week number list and sales week number and 2) between the week number list and closing week number, but only one relationship can be active. How can I filter for both using a slicer?
Example:
Week Number List for slicer (including year)
201601
201602
201603
Sales Week Numbers
Lot Week
Lot 1 201602
Lot 4 201602
Lot 5 201603
Closings Week Numbers
Lot Week
Lot 7 201602
Lot 8 201603
Lot 9 201603
If I select week 201602 from the Week Number list slicer, I would want to see
Sales = 2 (Lots 1 and 4)
Closings = 1 (Lot 7)