Forum Discussion
ALLEXEPT function doesn't work with date slicer
- Anonymous3 years ago
Hi Anonymous ,
Is [Nombre Imapye] a measure or a column?
If it's a measure, please try
AAA = SUMX ( FILTER ( ALL ( Impaye ), [IdPretAide] = MAX ( Impaye[IdPretAide] ) ), [Nombre Impaye] )If it's a column, please try
AAA = SUMX ( FILTER ( ALL ( Impaye ), [IdPretAide] = MAX ( Impaye[IdPretAide] ) ), SUM ( Impaye[Nombre Impaye] ) )If you still have doubts, provide some dummy sample data, along with the desired results. If [Nombre Impaye] is a measure, please provide a description of this formula. Remember to protect data privacy.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Can you add a
doesn't work like this :
- andhiii0798453 years ago
Solution Sage
Perhaps someone else knows a good solution. I would try to use summerize to have the sum per idpretaide and do than the further operations.