Calculate running total in Power BI – Method 2 – Using a measure and CALCULATE
In the last post we calculated the running total of bank account transactions (withdrawals and deposits) using a calculated column in Power BI. In the image below we use a measure with the function CALCULATE. Zooming in on the RunningBalanceCalculate value of “1300”. The first three rows adhere to the filter condition “<= _Date” and…