Forum Discussion
Using 2 slicers on 1 report for multiple tables
Yes you can link both "Close Month" from Opportunity and "Month" from plan
I assume one relationship will be inactive and you need to add measure in the table for which relationship in inactive and use userrelationship in your measure.
lets' assume you have inactive relationship with date on in plan table and your measure will look like this:
Total Plan = Calculate(Sum(Plan[Plan]), Userelationship(Plan[Month], Date[Date]))
Add table visual, drop date from date table, amount from opp table and aggregate it to sum and "Total Plan" (new measure) and it should work.
I managed to get the desired slicers working by relating the Pipeline and the and Plan tables to the Link table and then linking the Dates table to the Plan table.
I now need to add a Bookings table from SFDC so I will see how that goes.
Thanks for your help.
- parry2k8 years ago
Super User
Sounds good, let me know if need further help :)