Forum Discussion
marakud
3 years agoFrequent Visitor
DAX : SUM is wrong in matrix
Hi everyone, I need your help for a calculation. I make this : Sales = VAR _SALES = CALCULATE ( SUM ( 'Ca Réalisé'[Sales] ) ) VAR _SALES_NOPROD = CALCULATE ( SUM ( 'Ca ...
- 3 years ago
pls try this
marakud
3 years agoFrequent Visitor
I have observed that the issue stems from the ISFILTERED function, which considers the subcategories of the hierarchy as filtered rows. As a result, it always performs the first calculation based on the condition.
marakud
3 years agoFrequent Visitor
how to solve this ?