Forum Discussion
Saipreethi
Helper I
3 years agoFilter shouldn't interact with visual
Hi,
I have a matrix which is controlled by a Year slicer so I stopped interaction between slicer and matrix with help of 'Edit Interactions' such that it shows only current year data. But I want to use filter pane instead of slicer. Is there any way to stop interaction between that year filter in filter pane and matrix.
You could write a DAX measure something like:
CALCULATE([Measure], 'Date'[Year] = 2022)
1 Reply
- PVO3
Impactful Individual
You could write a DAX measure something like:
CALCULATE([Measure], 'Date'[Year] = 2022)