Forum Discussion
Getting Running Total in matrix, based on Measure
- Anonymous2 years ago
Hi niculeica ,
Please have a try.
_Renewal amount running total = CALCULATE ( [_Renewal amount], FILTER ( ALLSELECTED ( _Timeline[_M] ), ISONORAFTER ( _Timeline[_M], MAX ( _Timeline[_M] ), DESC ) ) )How to Get Your Question Answered Quickly
If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .
Best Regards
Community Support Team _ RongtieIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi niculeica ,
Please have a try.
_Renewal amount running total =
CALCULATE (
[_Renewal amount],
FILTER (
ALLSELECTED ( _Timeline[_M] ),
ISONORAFTER ( _Timeline[_M], MAX ( _Timeline[_M] ), DESC )
)
)
How to Get Your Question Answered Quickly
If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .
Best Regards
Community Support Team _ Rongtie
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.