Forum Discussion

charles_o's avatar
charles_o
Helper I
8 years ago
Solved

Scenario Help

Hi- I have data that is organized by project in rows with a column of expectations of likelyhood.   Certain Expected Likely Hopeful   I need to then be able to sort this data into 3 scenarios-...
  • v-jiascu-msft's avatar
    v-jiascu-msft
    8 years ago

    Hi charles_o,

     

    You can try the approach of McCow. Another method.

    1. Create a middle table for all the scenario.

    Scenario

    Low
    Base
    High
    Low,Base
    Low,High
    Base,High
    Low,Base,High

    2. Create a table for slicer.

    SlicerScenario

    LowLow
    BaseBase
    HighHigh
    LowLow,Base
    BaseLow,Base
    LowLow,High
    HighLow,High
    BaseBase,High
    HighBase,High
    LowLow,Base,High
    BaseLow,Base,High
    High

    Low,Base,High

    3. Create relationships and change the filter direction to Both.

    Scenario_Help2

     

    Best Regards,

    Dale