Forum Discussion
Calculation Group impact on other measures
- 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.
hi mikemagill ,
Remove the filter interaction as shown below:
1. select the calc group slicer
2. click on format
3. click on edit interactions
4. click on "None" on the top right of the card.
is this the intended result?
if this doesn't resolve the issue. kindly elaborate on the required output
- mikemagill1 year ago
Helper I
Thanks. The edit interactions option is helpful but Johnt75 has a more complete solution. The problem with edit interactions is where you have a visual with a header based on a measure but you still want the visual to respond to the slicer.
Thanks again, though.