Forum Discussion
AlejandroPCar
Helper IV
8 years agoExternal filters does not affect ALLEXCEPT
Hi, I have a measure with ALLEXCEPT that allows me count the number of companies in a sector. In the first table there are 18 companies in that sector so the count works. But in the same sector...
- 8 years ago
you are giving column name in ALLSELECTED whereas it need to be only Table Name
ALLSELECTED( 'Tabla Cruce')
parry2k
Super User
8 years agoTry using ALLSELECTED(TableName)