Forum Discussion

zbrooks's avatar
zbrooks
Frequent Visitor
5 months ago
Solved

Resetting my cumulative total when it dips below zero

Hi   I have a cumulative sum that has a starting total which then needs to be adding a Loadingtotal. this loading total could be positive or negative. if the cumulitive sum goes below zero it shoul...
  • Anonymous's avatar
    Anonymous
    5 months ago

    Hi zbrooks ,

    This approach is built in Power Query, so the calculation is done during data load. Because of that, it won’t respond to slicers or filters applied in the report the values will remain static regardless of user interaction.

    If you need the cumulative total to change dynamically based on slicers, then the same logic would need to be implemented using a DAX measure instead.

    Hope this helps.

    Thank you.