Forum Discussion
Narukkp
Helper V
6 years agoEdit Interaction feature At report level filters
Hi Team, I am able to achive the below scenario using "Edit Intraction" feature but recently requirement has changed to all slicers are removed and put these slicers related columns in Report lev...
- 6 years ago
Interaction is not possible between filter pane and Visual. So you have to create measures as per need using all, if you need to avoid the interaction.
example
New Measure =calculate([Measure],All(Dim1))
New Measure =calculate([Measure],All(Dim1),All(Dim2))
- 6 years ago
amitchandak thank you so much for giving excelent idea. It is working as expected when i am creating the measure .
amitchandak
Super User
6 years agoInteraction is not possible between filter pane and Visual. So you have to create measures as per need using all, if you need to avoid the interaction.
example
New Measure =calculate([Measure],All(Dim1))
New Measure =calculate([Measure],All(Dim1),All(Dim2))
- Narukkp6 years ago
Helper V
amitchandak thank you so much for giving excelent idea. It is working as expected when i am creating the measure .