Forum Discussion

TCGH's avatar
TCGH
Regular Visitor
2 years ago
Solved

Variance /slicer dependent/ need help for the formula

Hello I am trying to visualize the variance between production plans. I tried a simple formula like this one: SelectedCriteria = SELECTEDVALUE('SlicerTable'[Criteria]) Measure1 = CALCULATE(SUM('P...
  • Anonymous's avatar
    Anonymous
    2 years ago

    Hi TCGH ,

     

    If you select multiple plans in one slicer, you can't locate the one you selected.

    As you can see, below both of these scribing formulas are the same, the computer doesn't recognize the first selected plan you are talking about, and the second plan.

    You have to create two tables like I did to implement your first slicer's choice and second slicer's choice, and the two slicers were not related to each other.

     

    Best Regards,

    Stephen Tao

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.