Forum Discussion

mikemagill's avatar
mikemagill
Icon for Helper I rankHelper I
1 year ago
Solved

Calculation Group impact on other measures

I posted about this problem in another post and found a work-around but could really do with understanding this properly. When I create a calculation group, use that calculation group in a slicer ...
  • johnt75's avatar
    1 year ago

    This is expected behaviour. The slicer will apply to all visuals on the page unless you turn it off through Edit Interactions. Calculation items are applied to all measures, and so when you choose one in the slicer it will be applied to the test measure.

    You can change which measures the calcultion item affect by putting checks in the calc item code using  functions like SELECTEDMEASURENAME or ISSELECTEDMEASURE.