Forum Discussion
Anonymous
5 years agoNot applicable
How to avoid MONTH filter in table -
Hi Team Below is the snapshot of my data And below is the table I have genrated in PowerBI Full Year Sales = CALCULATE(SUM(Sales[SALES]), FILTER(Sales,Sales[YEAR]=SELECTED...
- Anonymous5 years agoFull Year Sales =CALCULATE(SUM(Sales[SALES]),REMOVEFILTERS(Sales[MONTH]))Above was the solution I tried and it worked like charm. Thanks for your help.
ERD
Community Champion
5 years agoHi Anonymous ,
Just choose this particular slicer not to filter your table:
- click on the slicer
- choose Format tab
- click Edit iteractions
- hover over the table
- choose None option
If this post helps, then please consider Accept it as the solution ✔️to help the other members find it more quickly.