1
votes

I'm a beginner in Power Query and I have some data that that I want to repeat for each end of month to show a running total.

I can get the running total every time there's a transaction but how do I show a running total by month even if there are no transactions in that month?

Example of expected result

1

1 Answers

0
votes

You can merge the original table to a date table. Since you can do a running total if you were to just use amounts of 0 on days where there was no data (Find and replace nulls with 0) then you should be golden from there.