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!
12400727 Below article can help you in creating a mesure to calculate running total
for future months
https://community.powerbi.com/t5/Desktop/running-sum-of-future-3-month-data/m-p/663335
for past months, much more detailed here
https://www.goodly.co.in/running-total-power-bi/
Hi
i already made the two measurements, and pleaced them in a table, however i do not see the expected result, it is not adding the next three months when i filter the date in the slicer.
For example i select the date
And the table shows the next
It is showing the quantity of the day selected (3), and the quantities of the month of the selected day (166).
i should see the sum of the three months following the selected day, only is showing the month of january.