Forum Discussion
Sum Cumulative by Date
- 5 years ago
Hi 12400727
Try measure as:
SUMX( FILTER( ALL(Table1), Table1[Customer])=MAX(Table1[Customer]) ), [3 Meses] )If you still have some question, please don't hesitate to let me known.
Best Regards,
Link
Is that the answer you're looking for? If this post helps, then please consider Accept it as the solution. Really appreciate!
Hi 12400727
Try measure as:
SUMX(
FILTER(
ALL(Table1),
Table1[Customer])=MAX(Table1[Customer])
),
[3 Meses]
)
If you still have some question, please don't hesitate to let me known.
Best Regards,
Link
Is that the answer you're looking for? If this post helps, then please consider Accept it as the solution. Really appreciate!
Hi
i got an error, but i don't know what is the error. please help
Best regards.
- v-xulin-mstf5 years agoCommunity Support
Hi 12400727,
Your code has a formatting error.
Please refer: https://docs.microsoft.com/en-us/dax/sumx-function-dax
If you still have some question, please don't hesitate to let me known.
Best Regards,
Link
Is that the answer you're looking for? If this post helps, then please consider Accept it as the solution. Really appreciate!