Forum Discussion
BLM
Helper I
8 years agoCumulative 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
- BLM
Helper I
I`m used this formula, but don`t work, summ all whitout date filter...
- BLM
Helper I
help me please...:smileyfrustrated:
- v-jiascu-msft
Microsoft Employee
Hi BLM,
Can you share a dummy sample? It's hard to write a DAX formula without the data model.
Best Regards,
Dale