Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Dynamic ID list from Slicer Selection to Create New Measures/Table

Hi,   I have three tables:   Table 1: Product (for Slicer) Product Product1 Product2 Product3   Table 2: Customer Engagement Action (1 - action needed; 0 - no action needed)   C...
  • lbendlin's avatar
    lbendlin
    5 years ago

    "

    What I need is:

    1) Select a Product (or products)
    2) Find all CustomerIDs with the action needed for selected Product(s)
    3) For this list of customers, get their sales and sales forecasts on ALL Products."

     

    Great - that is possible but it requires quite some work.  You need to create a clone of the products table, keep the clone disconnected from the data model and feed the slicer from it.  Then you can use measures to sense the selections of the slicer and do the pointer math (a multi step process). You can use measures as page level filters I think. Or visual level  - don't remember.