Forum Discussion
BLM
8 years agoHelper I
Cumulative Totals
hello guys!!
I need an aummulative summ by date (only selected in slicer) and by another field (stock OPs). I attached a image for show that I need. Thank you (sorry for my english)
Hi BLM,
You need a measure like this:
Measure = CALCULATE ( SUM ( movimientos[Cantidad] ), FILTER ( ALLSELECTED ( 'calendar' ), 'calendar'[fecha] <= MAX ( 'calendar'[fecha] ) ) )Best Regards,
Dale
5 Replies
- BLMHelper I
I`m used this formula, but don`t work, summ all whitout date filter...
- BLMHelper I
help me please...:smileyfrustrated:
- v-jiascu-msftMicrosoft Employee
Hi BLM,
Can you share a dummy sample? It's hard to write a DAX formula without the data model.
Best Regards,
Dale