Qual diferença de utilizar o ALL em uma coluna
exemplo
total REMOVEFILTER =
CALCULATE(
[Total de vendas],
ALL(DimCustomer[Segment])
)
E o REMOVEFILTERS
TOTAL REMOVEFILTER1 =
CALCULATE(
[Total de Vendas],
REMOVEFILTERS(DimCustomer[Segment])
)