running totals
1 TopicRunning Total
Hi I have a table named 'Kartela' with posting date and amount i need to build a measure according to other solutions in the comunity but it does not completely work . When I keep the table simple it works but when i add more info like the remarks of the movement is not working any idea how to fix it ? thea measure is Running Total = Calculate ( SUM(kartela[blc]), FILTER( ALL('kartela'[Posting Date] ),'kartela'[Posting Date] <= MAX('kartela'[Posting Date])))Solved916Views0likes2Comments