Forum Discussion
Ignore filter
- 4 years ago
Hi, azaterol
If you just want to keep the chart unaffected by the slicer, change the interaction behavior between the slicer and the visual.
Change the interaction behavior
If you only want the values in some columns not affected by the slicer, such as the sales from 2022, please add a new formula as below.
New Sales 2022=Calculate([Sales 2022],ALL('Table'[Employees]))Best Regards,
Community Support Team _ Eason
Hi,
For the measure on the global sales visual, jsut make a new measure and remove filters on employee
Hey Anonymous ,
sorry I didn't understand that. Could you please explain clearly?
Thank you
- v-easonf-msft4 years agoCommunity Support
Hi, azaterol
If you just want to keep the chart unaffected by the slicer, change the interaction behavior between the slicer and the visual.
Change the interaction behavior
If you only want the values in some columns not affected by the slicer, such as the sales from 2022, please add a new formula as below.
New Sales 2022=Calculate([Sales 2022],ALL('Table'[Employees]))Best Regards,
Community Support Team _ Eason