Forum Discussion

giuliapiazza94's avatar
4 years ago
Solved

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 functi...
  • smpa01's avatar
    4 years ago

    giuliapiazza94  does ALLEXCEPT helps your scenario

     

    ALLEXCEPT(<tbl>,<tbl[onlyColumnToKeepFilter]>)