Forum Discussion
giuliapiazza94
4 years agoHelper IV
Exclude all filters except one
Hi guys,
I want to do a measure that is filtered by only one filter, so I want to exsclude all the others.
I have tried using ALL() but there are many, many, many tables so I'm looking for a function faster.
Thank you all 😁
5 Replies
- bcdobbsCommunity Champion
Best way is to remove all filters and then add back the specifc column you need.
Like:
Example = CALCULATE( [Your Measure] REMOVEFILTERS(), VALUES('Product'[Brand]) )- jxavier111Frequent Visitor
best solution ever!!!
Thankyou.
- smpa01Community Champion
- giuliapiazza94Helper IV
I've tried but it doesn't work
Altri ricavi TOT = CALCULATE([Altri ricavi], ALLEXCEPT(Calendario, 'Calendario'[Anno]))The total should be 293795,54, not 78,18
- mh2587Super User
try ALLSELECTED FUNCTION